Tao.Ode SDK Documentation

Ode.dJointSetPRAxis1 Method 

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

See Also

Ode Class | Tao.Ode Namespace