lyon_
geom
1.0.6
lyon_geom
Function
point
Copy item path
source
pub fn point<S>(x: S, y: S) ->
Point
<S>
Expand description
Shorthand for
Point::new(x, y)
.