QuatF32

Type Alias QuatF32 

Source
pub type QuatF32 = Quat<f32>;
Expand description

A type alias for a quaternion with f32 components.

Aliased Type§

pub struct QuatF32(pub Vector<f32, 4>);

Tuple Fields§

§0: Vector<f32, 4>