pub type Vector2F32 = Vector2<f32>;
Type alias for vec2 of f32
#[repr(C)]pub struct Vector2F32(pub f32, pub f32);
0: f32
1: f32