Method b3Body_GetLocalPointVelocity
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_GetLocalPointVelocity(b3BodyId, Vector3)
Get the linear velocity of a local point attached to a body. Usually in meters per second.
public static extern Vector3 b3Body_GetLocalPointVelocity(b3BodyId bodyId, Vector3 localPoint)Parameters
Returns
- Vector3
-
See the Box3D documentation.