pub unsafe extern "C" fn b2CreatePrismaticJoint(
worldId: b2WorldId,
def: *const b2PrismaticJointDef,
) -> b2JointIdExpand description
Create a prismatic (slider) joint. @see b2PrismaticJointDef for details
pub unsafe extern "C" fn b2CreatePrismaticJoint(
worldId: b2WorldId,
def: *const b2PrismaticJointDef,
) -> b2JointIdCreate a prismatic (slider) joint. @see b2PrismaticJointDef for details