[]Function lyon_tessellation::math::point

pub const fn point<T, U>(x: T, y: T) -> Point2D<T, U>

Shorthand for Point2D::new(x, y).