Function lyon_path::math::point

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

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