pub type Vector2 = Vec2;
A 2-dimensional vector.
#[repr(C)]pub struct Vector2 { pub x: f32, pub y: f32, }
x: f32
y: f32