Tao.Ode SDK Documentation

Ode.dBodyGetFiniteRotationMode Method 

Return the current finite rotation mode of a body (0 or 1).

[Visual Basic]
Public Shared Function dBodyGetFiniteRotationMode( _
   ByVal body As IntPtr _
) As Integer
[C#]
public static int dBodyGetFiniteRotationMode(
   IntPtr body
);

Parameters

body
A dBodyID

Return Value

An int

See Also

Ode Class | Tao.Ode Namespace