Skip to main content

b3CreatePrismaticJoint

Function b3CreatePrismaticJoint 

Source
pub unsafe extern "C" fn b3CreatePrismaticJoint(
    worldId: b3WorldId,
    def: *const b3PrismaticJointDef,
) -> b3JointId
Expand description

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