pub fn vector(x: f32, y: f32) -> Vector2D<f32, UnknownUnit>
Shorthand for Vector::new(x, y).
Vector::new(x, y)