Package dev.nm.geometry.polyline
-
Interface Summary Interface Description PolygonalChain A polygonal chain, polygonal curve, polygonal path, or piecewise linear curve, is a connected series of line segments. -
Class Summary Class Description PolygonalChainByArray An immutablePolygonalChain
that is backed by anArrayList
.RamerDouglasPeucker The Ramer-Douglas-Peucker algorithm simplifies aPolygonalChain
by removing vertices which do not affect the shape of the curve to a given tolerance.