Module epaint::tessellator[][src]

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

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

Converts Shapes into triangles (Mesh).

Enums

Functions

Turns Shape:s into sets of triangles.