Method b3Body_GetLocalRotationalInertia
- Namespace
- Box3D.Native
- Assembly
- Box3D.NET.Native.dll
b3Body_GetLocalRotationalInertia(b3BodyId)
Get the rotational inertia of the body in local space, usually in kg*m^2
public static extern b3Matrix3 b3Body_GetLocalRotationalInertia(b3BodyId bodyId)Parameters
bodyIdb3BodyId-
See the Box3D documentation.
Returns
- b3Matrix3
-
See the Box3D documentation.