b2CreatePrismaticJoint

Function b2CreatePrismaticJoint 

Source
pub unsafe extern "C" fn b2CreatePrismaticJoint(
    worldId: b2WorldId,
    def: *const b2PrismaticJointDef,
) -> b2JointId
Expand description

Create a prismatic (slider) joint. @see b2PrismaticJointDef for details