Module epaint::tessellator[][src]

Converts graphics primitives into textured triangles.

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

Modules

path

Helpers for constructing paths

Structs

PathPoint
TessellationOptions

Tessellation quality options

Tessellator

Converts Shapes into Mesh.

Enums

PathType

Functions

tessellate_shapes

Turns Shape:s into sets of triangles.