Tao.Ode SDK Documentation

Ode.dBodyGetRelPointPos Method 

[Visual Basic]
Public Shared Sub dBodyGetRelPointPos( _
   ByVal body As IntPtr, _
   ByVal px As Single, _
   ByVal py As Single, _
   ByVal pz As Single, _
   ByRef result As dVector3 _
)
[C#]
public static void dBodyGetRelPointPos(
   IntPtr body,
   float px,
   float py,
   float pz,
   ref dVector3 result
);

See Also

Ode Class | Tao.Ode Namespace