Tao.Ode SDK Documentation

Ode.dJointAddAMotorTorques Method 

[Visual Basic]
Public Shared Sub dJointAddAMotorTorques( _
   ByVal joint As IntPtr, _
   ByVal torque1 As Single, _
   ByVal torque2 As Single, _
   ByVal torque3 As Single _
)
[C#]
public static void dJointAddAMotorTorques(
   IntPtr joint,
   float torque1,
   float torque2,
   float torque3
);

See Also

Ode Class | Tao.Ode Namespace