Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
164: Add `CoordsIter` trait for iterating over coordinates in geometries. r=michaelkirk a=frewsxcv A new trait to iterate over all coordinates in a geometry. In the future, we should add a new method to this trait called `external_coords_iter` which iterates over the external coordinates of a geometry, excluding coordinates of interior holes. Then we can make algorithms like `ConvexHull` have a generic implementation where `G: CoordsIter` Co-authored-by: Corey Farwell <coreyf@rwell.org>
- Loading branch information