[][src]Module nannou::geom::ellipse

Structs

Circumference

An iterator yielding the edges of an ellipse (or some section of an ellipse) as a series of points.

Ellipse

A simple ellipse type with helper methods around the ellipse module's functions.

Section

A subsection of an Ellipse.

TriangleIndices

An iterator yielding an index for every vertex in every triangle in the ellipse.

TriangleVertices

All vertices necessary for yielding the triangles that make up the centre.

Triangles

An iterator yielding triangles that describe an oval or some section of an oval.