PQ32

Type Alias PQ32 

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

The coefficient of $i$.

§y: f32

The coefficient of $j$.

§z: f32

The coefficient of $k$.