lyon_
path
1.0.7
In lyon_
path::
math
Functions
point
size
vector
Type Aliases
Angle
Box2D
Point
Rotation
Scale
Size
Transform
Translation
Vector
lyon_path
::
math
Function
point
Copy item path
Settings
Help
Summary
Source
pub fn point(x:
f32
, y:
f32
) ->
Point
Expand description
Shorthand for
Point::new(x, y)
.