Struct windows_sys::Win32::Devices::Sensors::QUATERNION
#[repr(C)]pub struct QUATERNION {
pub X: f32,
pub Y: f32,
pub Z: f32,
pub W: f32,
}
Expand description
Required features: "Win32_Devices_Sensors"
Fields§
§X: f32
§Y: f32
§Z: f32
§W: f32