Type Alias euler_s_t

Source
pub type euler_s_t = euler_s;
Expand description

\struct euler_s_t

Aliased Type§

#[repr(C, packed(1))]
pub struct euler_s_t { pub pitch: f64, pub roll: f64, pub yaw: f64, }

Fields§

§pitch: f64§roll: f64§yaw: f64