pub type Position = Vector2<f32>;
A 2D vector of Distances.
Distance
#[repr(C)]pub struct Position { pub x: f32, pub y: f32, }
x: f32
y: f32