DQuat

Type Alias DQuat 

Source
pub type DQuat = TQuat<f64>;
Expand description

A f64 quaternion

Aliased Typeยง

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