Table of Contents

Method b3Joint_GetConstraintTorque

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

b3Joint_GetConstraintTorque(b3JointId)

Get the current constraint torque for this joint

public static extern Vector3 b3Joint_GetConstraintTorque(b3JointId jointId)

Parameters

jointId b3JointId

See the Box3D documentation.

Returns

Vector3

See the Box3D documentation.