Vec4

Type Alias Vec4 

Source
pub type Vec4 = TVec4<f32>;
Expand description

A 4 component f32 vector

Aliased Typeยง

#[repr(align(16))]
pub struct Vec4 { /* private fields */ }