Type Alias Vector3f

Source
pub type Vector3f = Vector3<f32>;

Aliased Type§

#[repr(transparent)]
pub struct Vector3f { pub v: [f32; 3], }

Fields§

§v: [f32; 3]