Tao.Ode SDK Documentation

Ode.dJointGetLMotorAxis Method 

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

See Also

Ode Class | Tao.Ode Namespace