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: f32The x component.
y: f32The y component.
z: f32The z component.
w: f32The w (scalar) component.