Tao.Ode SDK Documentation

Ode.dJointSetPRAnchor Method 

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

See Also

Ode Class | Tao.Ode Namespace