Quatd

Type Alias Quatd 

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

Double-precision quaternion.

Aliased Type§

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

Fields§

§x: f64

X component (imaginary).

§y: f64

Y component (imaginary).

§z: f64

Z component (imaginary).

§w: f64

W component (real).