Struct chipmunk_sys::Struct_cpSegmentShape [] [src]

#[repr(C)]
pub struct Struct_cpSegmentShape { pub shape: cpShape, pub a: cpVect, pub b: cpVect, pub n: cpVect, pub ta: cpVect, pub tb: cpVect, pub tn: cpVect, pub r: cpFloat, pub a_tangent: cpVect, pub b_tangent: cpVect, }

Fields

Trait Implementations

impl Copy for Struct_cpSegmentShape
[src]

impl Clone for Struct_cpSegmentShape
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Struct_cpSegmentShape
[src]

Returns the "default value" for a type. Read more