Uses of Class
org.jeometry.geom3D.algorithm.delaunay.clarkson.DelaunayException
| Package | Description |
|---|---|
| org.jeometry.geom3D.algorithm.delaunay.clarkson |
-
Uses of DelaunayException in org.jeometry.geom3D.algorithm.delaunay.clarkson
Methods in org.jeometry.geom3D.algorithm.delaunay.clarkson that throw DelaunayException Modifier and Type Method Description voidDelaunayClarkson. compute(double[][] samples, float scale)Compute the convex hull of the set of points given in parameter assamples.DelaunayTetrahedralization<T>DelaunayClarkson3D. compute(Point3DContainer<T> points, float scale)Compute the delaunay triangulation for the given points and at the given scale.voidDelaunayClarkson. improve(int pass)Improve uses edge-flipping to bring the current triangulation closer to the true Delaunay triangulation.