pub unsafe extern "C" fn b3CreateWheelJoint(
worldId: b3WorldId,
def: *const b3WheelJointDef,
) -> b3JointIdExpand description
Create a wheel joint. @see b3WheelJointDef for details.
pub unsafe extern "C" fn b3CreateWheelJoint(
worldId: b3WorldId,
def: *const b3WheelJointDef,
) -> b3JointIdCreate a wheel joint. @see b3WheelJointDef for details.