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