Package mgui.geometry.util
Class ConvexHullFunctions
java.lang.Object
mgui.interfaces.Utility
mgui.geometry.util.ConvexHullFunctions
public class ConvexHullFunctions extends Utility
-
Constructor Summary
Constructors Constructor Description ConvexHullFunctions()
-
Method Summary
Modifier and Type Method Description static HullAlgorithm
getAlgorithm(java.lang.String method, java.util.ArrayList<org.jogamp.vecmath.Point3f> nodes)
static Mesh3D
getConvexHull(java.util.ArrayList<org.jogamp.vecmath.Point3f> nodes, java.lang.String method, ProgressUpdater progress)
Returns aMesh3D
which is theMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ConvexHullFunctions
public ConvexHullFunctions()
-
-
Method Details
-
getConvexHull
public static Mesh3D getConvexHull(java.util.ArrayList<org.jogamp.vecmath.Point3f> nodes, java.lang.String method, ProgressUpdater progress) throws MeshFunctionExceptionReturns aMesh3D
which is the- Parameters:
nodes
-method
-progress
-- Returns:
- Throws:
MeshFunctionException
-
getAlgorithm
public static HullAlgorithm getAlgorithm(java.lang.String method, java.util.ArrayList<org.jogamp.vecmath.Point3f> nodes)
-