Function cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::point

source ยท
pub fn point<S>(x: S, y: S) -> Point2D<S, UnknownUnit>
Expand description

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