Type Alias Vector4f

Source
pub type Vector4f = Vector4<f32>;

Aliased Type§

#[repr(transparent)]
pub struct Vector4f { pub v: [f32; 4], }

Fields§

§v: [f32; 4]