lyon_
path
1.0.6
In lyon_
path::
math
Function
lyon_path
::
math
::
point
Copy item path
source
ยท
[
−
]
pub fn point(x:
f32
, y:
f32
) ->
Point
Expand description
Shorthand for
Point::new(x, y)
.