Module conrod::widget::primitive::shape::oval [] [src]

A simple, non-interactive widget for drawing a single Oval.

Structs

Circumference

An iterator yielding the Oval's edges as a circumference represented as a series of edges.

Oval

A simple, non-interactive widget for drawing a single Oval.

State

Unique state for the Oval.

Constants

DEFAULT_RESOLUTION

The default circle resolution if none is specified.

Functions

circumference

An iterator yielding the Oval's edges as a circumference represented as a series of edges.

triangles

An iterator yielding the triangles that describe the given oval.

Type Definitions

Triangles

An iterator yielding the triangles that describe an oval.