QuatF64

Type Alias QuatF64 

Source
pub type QuatF64 = Quat<f64>;
Expand description

A type alias for a quaternion with f64 components.

Aliased Type§

pub struct QuatF64(pub Vector<f64, 4>);

Tuple Fields§

§0: Vector<f64, 4>