Quat

Type Alias Quat 

Source
pub type Quat = TQuat<f32>;
Expand description

A f32 quaternion

Aliased Typeยง

#[repr(align(16))]
pub struct Quat { /* private fields */ }