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: f64Rotation around Z axis.
pitch: f64Rotation around X axis.
roll: f64Rotation around Y axis.