Tao.Ode SDK Documentation |
|
Ode.dBodyGetPointVel Method
Take a point on a body (px,py,pz) and return that point's position in absolute coordinates (in result).
[Visual Basic]
Public Shared Sub dBodyGetPointVel( _
ByVal
body As
IntPtr, _
ByVal
px As
Single, _
ByVal
py As
Single, _
ByVal
pz As
Single, _
ByRef
result As
dVector3 _
)
Parameters
-
body
- A dBodyID
-
px
- A dReal
-
py
- A dReal
-
pz
- A dReal
-
result
- A dVector3
See Also
Ode Class | Tao.Ode Namespace