Class | Description |
---|---|
DelaunayTriangulator |
A Java implementation of an incremental 2D Delaunay triangulation algorithm.
|
Edge2D |
2D edge class implementation.
|
EdgeDistancePack |
Edge distance pack class implementation used to describe the distance to a
given edge.
|
Triangle2D |
2D triangle class implementation.
|
Vector2D |
2D vector class implementation.
|
Exception | Description |
---|---|
NotEnoughPointsException |
Exception thrown by the Delaunay triangulator when it is initialized with
less than three points.
|