Expand description
Safe rust wrapper around the subset of libtess2 I personally need.
Your vertices are ordered clockwise when using the clipping functions.
Structs§
Functions§
- fill
- Fill tessellate a simple polygon path.
- fill_
difference - fill_
intersection - Tessellates the intersection of the given simple polygon paths. To tessellate many, call this function again on the resulting triangles; may become expensive.
- fill_
union - Tessellates the union of the given simple polygon paths.