Skip to main content

MAX_ROTATION

Constant MAX_ROTATION 

Source
pub const MAX_ROTATION: f32 = _; // 0.785398185f32
Expand 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.