Tao.Ode SDK Documentation

Ode.dJointGetAMotorNumAxes Method 

Get the number of angular axes controlled by the AMotor. The number of axes can range from 0 (which effectively deactivates the joint) to 3. This is automatically set to 3 in dAMotorEuler mode.

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

Parameters

joint
A dJointID

Return Value

An int

See Also

Ode Class | Tao.Ode Namespace