Quatf

Type Alias Quatf 

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

Single-precision quaternion.

Aliased Type§

#[repr(C)]
pub struct Quatf { pub x: f32, pub y: f32, pub z: f32, pub w: f32, }

Fields§

§x: f32

X component (imaginary).

§y: f32

Y component (imaginary).

§z: f32

Z component (imaginary).

§w: f32

W component (real).