Module point_string

Source
Expand description

A point string is a finite sequence of points.

Re-exports§

pub use crate::traits::TryBoundingBox;

Structs§

PointString
A point string is a finite sequence of points. TODO: Implement Deref for accessing the list of points.