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