[−][src]Module conrod_core::widget::primitive::point_path
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
| PointPath | A simple, non-interactive widget for drawing a series of lines and/or points. |
| State | State that is unique to the PointPath. |
| Triangles | An iterator that triangulates a point path. |
Functions
| is_over | Returns whether or not the given point |
| is_over_widget | The function to use for picking whether a given point is over the point path. |
| triangles | Triangulate a point path. |