[][src]Module nannou::geom::vertex

Structs

IterFromIndices

An iterator yielding a vertex for each index yielded by the given indices iterator.

Srgba

A vertex that is colored with the given sRGBA color.

Traits

Vertex

Types used as vertices that can be used to describe geometric points in space.

Vertex2d

Vertex types that have at least 2 dimensions.

Vertex3d

Vertex types that have at least 3 dimensions.

Functions

iter_from_indices

Produce an iterator yielding a vertex for each index yielded by the given indices iterator.

Type Definitions

Default

If a type is not specified for a piece of geometry, this is the default type used.