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 immutablePolygonalChainthat is backed by anArrayList.RamerDouglasPeucker The Ramer-Douglas-Peucker algorithm simplifies aPolygonalChainby removing vertices which do not affect the shape of the curve to a given tolerance.