pub type Vec2 = Vector2D<f32>;
#[repr(C)]pub struct Vec2 { pub x: f32, pub y: f32, /* private fields */ }
x: f32
y: f32