Method b3Body_GetWorldVector
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_GetWorldVector(b3BodyId, Vector3)
Get a world vector on a body given a local vector.
public static extern Vector3 b3Body_GetWorldVector(b3BodyId bodyId, Vector3 localVector)Parameters
Returns
- Vector3
-
See the Box3D documentation.