| Interface | Description |
|---|---|
| PolygonalChain |
A polygonal chain, polygonal curve, polygonal path, or piecewise linear curve, is a connected
series of line segments.
|
| Class | Description |
|---|---|
| PolygonalChainByArray |
An immutable
PolygonalChain that is backed by an ArrayList. |
| RamerDouglasPeucker |
The Ramer-Douglas-Peucker algorithm simplifies a
PolygonalChain by removing vertices
which do not affect the shape of the curve to a given tolerance. |
Copyright © 2010-2020 NM FinTech Ltd.. All Rights Reserved.