Table of Contents

Method b3CreateSphericalJoint

Namespace
Box3D.Native
Assembly
Box3D.NET.Native.dll

b3CreateSphericalJoint(b3WorldId, b3SphericalJointDef*)

Create a spherical joint

public static extern b3JointId b3CreateSphericalJoint(b3WorldId worldId, b3SphericalJointDef* def)

Parameters

worldId b3WorldId

See the Box3D documentation.

def b3SphericalJointDef*

See the Box3D documentation.

Returns

b3JointId

See the Box3D documentation.

Remarks

See b3SphericalJointDef for details @see b3SphericalJointDef for details