pub type OBFloat3D = OBAccelValue;Expand description
@brief Data structures for accelerometers and gyroscopes
Aliased Type§
#[repr(C, packed(1))]pub struct OBFloat3D {
pub x: f32,
pub y: f32,
pub z: f32,
}Fields§
§x: f32< X-direction component
y: f32< Y-direction component
z: f32< Z-direction component