Struct chipmunk_rs::CircleShape [] [src]

pub struct CircleShape<T: ChipmunkRsTypes> { /* fields omitted */ }

A CircleShape. See Working With Circle Shapes

Methods

impl<T: ChipmunkRsTypes> CircleShape<T>
[src]

Create a new circle shape. See Working With Circle Shapes

Trait Implementations

impl<T: ChipmunkRsTypes> Drop for CircleShape<T>
[src]

A method called when the value goes out of scope. Read more

impl<T: ChipmunkRsTypes> BaseShape for CircleShape<T>
[src]

Get the raw shape pointer.

impl<T: ChipmunkRsTypes> Shape<T> for CircleShape<T>
[src]

Get the body attached to the shape.

See Chipmunk Collision Shapes.

See Chipmunk Collision Shapes.

See Chipmunk Collision Shapes.

See Chipmunk Collision Shapes.

See Chipmunk Collision Shapes.