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 a Mesh3D which is the

    Methods 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 MeshFunctionException
      Returns a Mesh3D 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)