Skip to main content

TyQuaternionF32

Type Alias TyQuaternionF32 

Source
pub type TyQuaternionF32 = TyQuaternion<f32>;
Expand description

A TyQuaternion with f32 components.

Aliased Type§

pub struct TyQuaternionF32 {
    pub x: f32,
    pub y: f32,
    pub z: f32,
    pub w: f32,
}

Fields§

§x: f32

The x component.

§y: f32

The y component.

§z: f32

The z component.

§w: f32

The w (scalar) component.