Tao.Ode SDK Documentation

Ode.dJointSetLMotorAxis Method 

[Visual Basic]
Public Shared Sub dJointSetLMotorAxis( _
   ByVal j As IntPtr, _
   ByVal anum As Integer, _
   ByVal rel As Integer, _
   ByVal x As Single, _
   ByVal y As Single, _
   ByVal z As Single _
)
[C#]
public static void dJointSetLMotorAxis(
   IntPtr j,
   int anum,
   int rel,
   float x,
   float y,
   float z
);

See Also

Ode Class | Tao.Ode Namespace