[][src]Module lyon_tess2::geometry_builder

Structs

BuffersBuilder
NoOutput

A geometry builder that does not output any geometry.

Positions

A simple vertex constructor that just takes the position.

VertexBuffers

Structure that holds the vertex and index data.

VertexId

A virtual vertex offset in a geometry.

Traits

BasicVertexConstructor

A trait specifying how to create vertex values.

GeometryReceiver

An interface with similar goals to GeometryBuilder for algorithms that pre-build the vertex and index buffers.