Tao.Ode SDK Documentation

Ode.dJointSetBallAnchor2 Method 

Method dJointSetBallAnchor2 Set the joint anchor point. The joint will try to keep this point on each body together. The input is specified in world coordinates.

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

Parameters

joint
A dJointID
x
A dReal
y
A dReal
z
A dReal

See Also

Ode Class | Tao.Ode Namespace