Type Alias Angle

Source
pub type Angle = Scalar;
Expand description

Angle in radians

Aliased Type§

struct Angle(pub f32);

Fields§

§0: f32