[][src]Function lyon_geom::point

pub fn point<S>(x: S, y: S) -> Point<S>

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