pub trait PointsIter { type Iter: Iterator; fn points(&self) -> Self::Iter; }
Create an iterator over all points in the primitive.
Iterator over all points inside the primitive.
Returns an iterator over all points inside the primitive.