Crate triangulate[][src]

Modules

builders

Structs

IndexWithIter
IndexWithU16
IndexWithU16U16
IndexWithU32
IndexWithU32U32

Enums

PolygonVertex

PolygonVertex destinguishes multiple polygons while iterating with PolygonList::iter_polygon_vertices().

TriangleWinding

The order the vertices in a triangle are listed in

TriangulationError

Traits

FanBuilder
ListBuilder
PolygonList

An indexable list of polygons and their vertices

Real

A trait for real number types that do not necessarily have floating-point-specific characteristics such as NaN and infinity.

Triangulate

Triangulate provides the triangulate() function to implementers of PolygonList.

TriangulateDefault
Vertex
VertexIndex