Deg

Type Alias Deg 

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

An angle measured in degrees.

Aliased Type§

pub struct Deg<F>(/* private fields */);

Implementations§

Source§

impl<F: Float> Deg<F>

Source

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

Converts this angle to radians.