Module conrod_core::widget::primitive::point_path[][src]

Expand description

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

Re-exports

pub use super::line::Pattern;
pub use super::line::Style;

Structs

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

State that is unique to the PointPath.

An iterator that triangulates a point path.

Functions

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

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

Triangulate a point path.