Tao.Ode SDK Documentation

Ode.dBodyGetLinearVel Method 

Get the linear velocity of a body The vector is valid until any changes are made to the rigid body system structure.

[Visual Basic]
Public Shared Function dBodyGetLinearVel( _
   ByVal body As IntPtr _
) As dVector3
[C#]
public static dVector3 dBodyGetLinearVel(
   IntPtr body
);

Parameters

body
A dBodyID

Return Value

A dVector3

See Also

Ode Class | Tao.Ode Namespace