| HEdge |
Class for representing an Edge in the JConvexHull.
|
| JConflictList |
Data structure to save the Conflict Graph of vertices and JFaces.
|
| JConvexHull |
Class for computing the convex hull of given vertices with a randomized incremental algorithm in O(n*log(n)) after book of Mark de Berg/Marc van Kreveld
/Mark Overmars/Otfried Schwarzkopf, Computational geometry:algorithms and applications
|
| JFace |
Facet class connected over double-connected edge list.
|
| JGraphEdge |
Edge for JConflictList
|
| JVector |
3-dimensional Vector with some helpfull functions, e.g., normalizing ...
|
| JVertex |
3-dimensional Point with some extra fields for ConvexHull computation.
|