Tao.Ode SDK Documentation

Ode.dJointCreateAMotor Method 

[Visual Basic]
Public Shared Function dJointCreateAMotor( _
   ByVal world As IntPtr, _
   ByVal group As IntPtr _
) As IntPtr
[C#]
public static IntPtr dJointCreateAMotor(
   IntPtr world,
   IntPtr group
);

See Also

Ode Class | Tao.Ode Namespace