pub type Vector2 = TypedVector2D<f32, UnknownUnit>;
pub struct Vector2 { pub x: f32, pub y: f32, }
x: f32
y: f32