pub fn point<S>(x: S, y: S) -> Point2D<S, UnknownUnit>
Shorthand for Point::new(x, y).
Point::new(x, y)