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