epaint

Module tessellator

Source
Expand description

Converts graphics primitives into textured triangles.

This module converts lines, circles, text and more represented by Shape into textured triangles represented by Mesh.

Modules§

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.
  • PathPoint 🔒
  • Tessellation quality options
  • Converts Shapes into triangles (Mesh).

Enums§

Functions§