Vec4f

Type Alias Vec4f 

Source
pub type Vec4f = VecN<f32, 4>;

Aliased Type§

#[repr(C)]
pub struct Vec4f(pub [f32; 4]);

Tuple Fields§

§0: [f32; 4]