Function cosmic::iced_winit::graphics::geometry::path::lyon_path::geom::euclid::point2

source ยท
pub const fn point2<T, U>(x: T, y: T) -> Point2D<T, U>
Expand description

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