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