Skip to main content

b3CreateWheelJoint

Function b3CreateWheelJoint 

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

Create a wheel joint. @see b3WheelJointDef for details.