pogr1_holec
Class ConvexHull

java.lang.Object
  extended by pogr1_holec.ConvexHull

public class ConvexHull
extends java.lang.Object

The implementation of 3D convex hull algorithm


Field Summary
 java.util.ArrayList<line> ConvexHull2D
           
 java.util.ArrayList<point> ConvexHullNodes
           
 java.util.ArrayList<line> ConvexHullSceleton
           
 java.util.ArrayList<triangle> ConvexHullSurface
           
 
Constructor Summary
ConvexHull(java.util.ArrayList<point> InputList)
           
ConvexHull(java.util.ArrayList<point> InputList, int disting)
           
 
Method Summary
 java.util.ArrayList<point> getConvexHullNodes()
           
 java.util.ArrayList<line> getConvexHullSceleton()
           
 java.util.ArrayList<triangle> getConvexHullSurface()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

ConvexHull

public ConvexHull(java.util.ArrayList<point> InputList)

ConvexHull

public ConvexHull(java.util.ArrayList<point> InputList,
                  int disting)
Method Detail

getConvexHullNodes

public java.util.ArrayList<point> getConvexHullNodes()

getConvexHullSceleton

public java.util.ArrayList<line> getConvexHullSceleton()

getConvexHullSurface

public java.util.ArrayList<triangle> getConvexHullSurface()