Vec3

Type Alias Vec3 

Source
pub type Vec3 = TVec3<f32>;
Expand description

A 3 component f32 vector

Aliased Typeยง

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