Tao.Ode SDK Documentation |
|
Ode.dBodyGetAutoDisableAngularThreshold Method
Method dBodyGetAutoDisableAngularThreshold Get a body's angular velocity threshold for automatic disabling. The body's linear angular magnitude must be less than this threshold for it to be considered idle. Set the threshold to dInfinity to prevent the angular velocity from being considered.
[Visual Basic]
Public Shared Function dBodyGetAutoDisableAngularThreshold( _
ByVal
body As
IntPtr _
) As
Single
[C#]
public static
float dBodyGetAutoDisableAngularThreshold(
IntPtr body);
Parameters
-
body
- A dBodyID
Return Value
A dReal
See Also
Ode Class | Tao.Ode Namespace