#[repr(transparent)]pub struct Radians<A>(pub A);Expand description
Unit wrapper to “colorize” an angle in radians.
See the module level documentation for more details.
Tuple Fields§
§0: AImplementations§
source§impl<F: Float> Radians<Angle<F>>
impl<F: Float> Radians<Angle<F>>
sourcepub fn from_value(x: F) -> Self
pub fn from_value(x: F) -> Self
Create an new instance from a value in radians.
source§impl<F: Float> Radians<AngleUnbounded<F>>
impl<F: Float> Radians<AngleUnbounded<F>>
sourcepub fn from_value(x: F) -> Self
pub fn from_value(x: F) -> Self
Create an new instance from a value in radians.