Skip to main content

QuaternionF

Type Alias QuaternionF 

Source
pub type QuaternionF = Vec4F;
Expand description

The wire type corresponding to QuaternionF.

Aliased Type§

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

Fields§

§x: Float32§y: Float32§z: Float32§w: Float32