Expand description

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

Structs

An iterator yielding the edges of an Oval (or some section of an Oval) as a circumference represented as a series of edges.

The entire Oval will be drawn.

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

A section of the oval will be drawn where the section is specified by the given radians.

Unique state for the Oval.

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

Constants

The default circle resolution if none is specified.

Traits

Types that may be used to describe the visible section of the Oval.

Functions

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

Returns true if the given Point is over an oval at the given rect.

Returns whether or not the given point is over the section described

The function to use for picking whether a given point is over the oval section.

The function to use for picking whether a given point is over the oval.

An iterator yielding the triangles that describe the given oval.