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