Function chipmunk_sys::cpSlideJointNew [] [src]

pub unsafe extern "C" fn cpSlideJointNew(
    a: *mut cpBody,
    b: *mut cpBody,
    anchorA: cpVect,
    anchorB: cpVect,
    min: cpFloat,
    max: cpFloat
) -> *mut cpConstraint