Function lyon_tessellation::math::point

source ·
pub fn point(x: f32, y: f32) -> Point2D<f32, UnknownUnit>
Expand description

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