Tao.Ode SDK Documentation |
|
Ode.dBodySetPosition Method
Set the position of the body. After setting a group of bodies, the outcome of the simulation is undefined if the new configuration is inconsistent with the joints/constraints that are present.
[Visual Basic]
Public Shared Sub dBodySetPosition( _
ByVal
body As
IntPtr, _
ByVal
x As
Single, _
ByVal
y As
Single, _
ByVal
z As
Single _
)
Parameters
-
body
- A dBodyID
-
x
- A dReal
-
y
- A dReal
-
z
- A dReal
See Also
Ode Class | Tao.Ode Namespace