Tao.Ode SDK Documentation

Ode.dJointGetAMotorAxis Method 

Get the specified AMotor axis. The anum argument selects the axis to get (0,1 or 2).

[Visual Basic]
Public Shared Sub dJointGetAMotorAxis( _
   ByVal joint As IntPtr, _
   ByVal anum As Integer, _
   ByRef result As dVector3 _
)
[C#]
public static void dJointGetAMotorAxis(
   IntPtr joint,
   int anum,
   ref dVector3 result
);

Parameters

joint
A dJointID
anum
An int
result
A dVector3

See Also

Ode Class | Tao.Ode Namespace