pub const MAX_ROTATION: f32 = _; // 0.785398185f32Expand description
The maximum rotation of a body per time step. Used to prevent numerical problems. (B2_MAX_ROTATION)
@warning increasing this to 0.5 * pi or greater will break continuous collision.