Type Definition radians::Wrap32

source ·
pub type Wrap32 = Wrap<f32, Radians>;
Expand description

A 32-bit angle measured in radians that wraps between -π and +π.

This type is guaranteed to be finite (in debug mode). As such, it implements total equality.
It intentionally does not implement any ordering, as the wrapping behavior of this type may cause unexpected ordering. If you need ordering, use the method inner or mag.