pub type Vector3F32 = Vector3<f32>;
Type alias for vec3 of f32
#[repr(C)]pub struct Vector3F32(pub f32, pub f32, pub f32);
0: f32
1: f32
2: f32