Skip to main content

TyQuaternionF64

Type Alias TyQuaternionF64 

Source
pub type TyQuaternionF64 = TyQuaternion<f64>;
Expand description

A TyQuaternion with f64 components.

Aliased Type§

pub struct TyQuaternionF64 {
    pub x: f64,
    pub y: f64,
    pub z: f64,
    pub w: f64,
}

Fields§

§x: f64

The x component.

§y: f64

The y component.

§z: f64

The z component.

§w: f64

The w (scalar) component.