Expand description
Modules§
- Helpers for constructing paths
Structs§
- A connected line (without thickness or gaps) which can be tessellated to either to a stroke (with thickness) or a filled convex area. Used as a scratch-pad during tessellation.
- Tessellation quality options
Enums§
Functions§
- Tessellate the given convex area into a polygon.
- Like
fill_closed_path
but with texturing. - Tessellate the given path as a stroke with thickness, with optional fill color.
- Tessellate the given path as a stroke with thickness.
- tessellate_
shapes Deprecated