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