EulerDegd

Type Alias EulerDegd 

Source
pub type EulerDegd = Euler<Deg, f64>;
Expand description

Euler degree-float angles.

Aliased Type§

pub struct EulerDegd {
    pub yaw: f64,
    pub pitch: f64,
    pub roll: f64,
    /* private fields */
}

Fields§

§yaw: f64

Rotation around Z axis.

§pitch: f64

Rotation around X axis.

§roll: f64

Rotation around Y axis.