Tao.Ode SDK Documentation |
|
Ode.dJointSetBallAnchor Method
Method dJointSetBallAnchor 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 dJointSetBallAnchor( _
ByVal
joint As
IntPtr, _
ByVal
x As
Single, _
ByVal
y As
Single, _
ByVal
z As
Single _
)
Parameters
-
joint
- A dJointID
-
x
- A dReal
-
y
- A dReal
-
z
- A dReal
See Also
Ode Class | Tao.Ode Namespace