pogr1_holec
Class ConvexHull
java.lang.Object
pogr1_holec.ConvexHull
public class ConvexHull
- extends java.lang.Object
The implementation of 3D convex hull algorithm
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConvexHullSceleton
public java.util.ArrayList<line> ConvexHullSceleton
ConvexHullSurface
public java.util.ArrayList<triangle> ConvexHullSurface
ConvexHullNodes
public java.util.ArrayList<point> ConvexHullNodes
ConvexHull2D
public java.util.ArrayList<line> ConvexHull2D
ConvexHull
public ConvexHull(java.util.ArrayList<point> InputList)
ConvexHull
public ConvexHull(java.util.ArrayList<point> InputList,
int disting)
getConvexHullNodes
public java.util.ArrayList<point> getConvexHullNodes()
getConvexHullSceleton
public java.util.ArrayList<line> getConvexHullSceleton()
getConvexHullSurface
public java.util.ArrayList<triangle> getConvexHullSurface()