Skip to main content

Vec3f

Type Alias Vec3f 

Source
pub type Vec3f = VecN<f32, 3>;

Aliased Type§

#[repr(C)]
pub struct Vec3f(pub [f32; 3]);

Tuple Fields§

§0: [f32; 3]