pub type Vec2f = Vec2<f32>;
opinionated type abbreviations
#[repr(C)]pub struct Vec2f { pub x: f32, pub y: f32, }
x: f32
y: f32