Method b3Body_GetLocalCenter
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_GetLocalCenter(b3BodyId)
Get the center of mass position of the body in local space
public static extern Vector3 b3Body_GetLocalCenter(b3BodyId bodyId)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
Returns
- Vector3
-
See the Box3D documentation.