Tao.Ode SDK Documentation

Ode.dJointGetBallAnchor Method 

Method dJointGetBallAnchor Get the joint anchor point on body 1, in world coordinates. If the joint is perfectly satisfied, this will be the same as the point on body 2.

[Visual Basic]
Public Shared Sub dJointGetBallAnchor( _
   ByVal joint As IntPtr, _
   ByRef result As dVector3 _
)
[C#]
public static void dJointGetBallAnchor(
   IntPtr joint,
   ref dVector3 result
);

Parameters

joint
A dJointID
result
A dVector3

See Also

Ode Class | Tao.Ode Namespace