fn fill_closed_path(
feathering: f32,
path: &mut [PathPoint],
fill_color: Color32,
out: &mut Mesh,
)
Expand description
Tessellate the given convex area into a polygon.
Calling this may reverse the vertices in the path if they are wrong winding order.
The preferred winding order is clockwise.