Expand description
Modulesยง
- path
- Helpers for constructing paths
- precomputed_
vertices ๐
Structsยง
- Path
- 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.
- Path
Point ๐ - Tessellation
Options - Tessellation quality options
- Tessellator
- Converts
Shape
s into triangles (Mesh
).
Enumsยง
Functionsยง
- cw_
signed_ ๐area - fill_
closed_ ๐path - Tessellate the given convex area into a polygon.
- fill_
closed_ ๐path_ with_ uv - Like
fill_closed_path
but with texturing. - mul_
color ๐ - stroke_
and_ ๐fill_ path - Tessellate the given path as a stroke with thickness, with optional fill color.
- stroke_
path ๐ - Tessellate the given path as a stroke with thickness.