Function chipmunk_sys::cpDampedSpringNew [] [src]

pub unsafe extern "C" fn cpDampedSpringNew(
    a: *mut cpBody,
    b: *mut cpBody,
    anchorA: cpVect,
    anchorB: cpVect,
    restLength: cpFloat,
    stiffness: cpFloat,
    damping: cpFloat
) -> *mut cpConstraint