Uses of Class
org.jeometry.geom3D.algorithm.delaunay.clarkson.DelaunayClarkson
| Package | Description |
|---|---|
| org.jeometry.geom3D.algorithm.delaunay.clarkson |
-
Uses of DelaunayClarkson in org.jeometry.geom3D.algorithm.delaunay.clarkson
Subclasses of DelaunayClarkson in org.jeometry.geom3D.algorithm.delaunay.clarkson Modifier and Type Class Description classDelaunayClarkson3D<T extends Point3D>This class is an implementation of the Ken Clarkson hull algorithm that enable to compute convex hull in n-dimension.
This algorithm compute a convex hull for a set ofnpoints in aO(n x log(n))average time with a worst case inO(n x n).