PQ64

Type Alias PQ64 

Source
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: f64

The coefficient of $i$.

§y: f64

The coefficient of $j$.

§z: f64

The coefficient of $k$.