Method b3Joint_GetConstraintForce
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Joint_GetConstraintForce(b3JointId)
Get the current constraint force for this joint
public static extern Vector3 b3Joint_GetConstraintForce(b3JointId jointId)Parameters
jointIdb3JointId-
See the Box3D documentation.
Returns
- Vector3
-
See the Box3D documentation.