Type Alias Vec4f

Source
pub type Vec4f = Vec4<f32>;

Aliased Type§

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

Fields§

§x: f32§y: f32§z: f32§w: f32