Module nannou::ui::prelude::widget::primitive::point_path[][src]

A simple, non-interactive widget for drawing a series of conjoined lines.

Structs

PointPath

A simple, non-interactive widget for drawing a series of lines and/or points.

State

State that is unique to the PointPath.

Style

Unique styling for a Line widget.

Triangles

An iterator that triangulates a point path.

Enums

Pattern

The pattern used to draw the line.

Functions

is_over

Returns whether or not the given point p lies over the PointPath described by the given points, line cap and thickness.

is_over_widget

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

triangles

Triangulate a point path.