Type Alias de_uom::units::Radian

source ·
pub type Radian = Quantity<DIMENSIONLESS>;

Aliased Type§

struct Radian(pub(crate) f32);

Fields§

§0: f32

Implementations§

source§

impl Radian

source

pub const FRAC_PI_2: Self = _

The angle equal to π/2.

source

pub fn normalized(&self) -> Self

Returns a new angle normalized to a values between 0.0 (inclusive) and the full circle constant τ (exclusive).