Function chipmunk_sys::cpGrooveJointNew [] [src]

pub unsafe extern "C" fn cpGrooveJointNew(
    a: *mut cpBody,
    b: *mut cpBody,
    groove_a: cpVect,
    groove_b: cpVect,
    anchorB: cpVect
) -> *mut cpConstraint