Module iron_shapes::point_string
source · Expand description
A point string is a finite sequence of points.
Re-exports
pub use crate::traits::TryBoundingBox;
Structs
- A point string is a finite sequence of points. TODO: Implement
Deref
for accessing the list of points.