pub type PQ32 = PureQuaternion<f32>;Expand description
Alias for a PureQuaternion<f32>.
Aliased Type§
pub struct PQ32 {
pub x: f32,
pub y: f32,
pub z: f32,
}Fields§
§x: f32The coefficient of $i$.
y: f32The coefficient of $j$.
z: f32The coefficient of $k$.