Module conrod_core::widget::primitive::shape::polygon[][src]

Expand description

A simple, non-interactive Polygon widget for drawing arbitrary convex shapes.

Structs

A basic, non-interactive, arbitrary Polygon widget.

Unique state for the Polygon.

An iterator that triangulates a polygon represented by a sequence of points describing its edges.

Enums

Whether the rectangle is drawn as an outline or a filled color.

Functions

Returns true if the given Point is over the polygon described by the given series of points.

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

Triangulate the polygon given as a list of Points describing its sides.