Method b3CreateRevoluteJoint
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3CreateRevoluteJoint(b3WorldId, b3RevoluteJointDef*)
Create a revolute joint
public static extern b3JointId b3CreateRevoluteJoint(b3WorldId worldId, b3RevoluteJointDef* def)Parameters
worldIdb3WorldId-
See the Box3D documentation.
defb3RevoluteJointDef*-
See the Box3D documentation.
Returns
- b3JointId
-
See the Box3D documentation.
Remarks
See b3RevoluteJointDef for details @see b3RevoluteJointDef for details