Type Definition radians::Deg

source ·
pub type Deg<F> = Angle<F, Degrees>;
Expand description

An angle measured in degrees.

Implementations§

source§

impl<F: Float> Deg<F>

source

pub fn rad(self) -> Rad<F>

Converts this angle to radians.