Tao.Ode SDK Documentation

Ode.dJointSetPRAxis2 Method 

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

See Also

Ode Class | Tao.Ode Namespace