Skip to main content

Vec4

Type Alias Vec4 

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

A 4 component f32 vector

Aliased Typeยง

pub struct Vec4 { /* private fields */ }