pub type Point = Vector;
Alias for vector to distinguish intended use.
struct Point { pub x: f32, pub y: f32, }
x: f32
y: f32