Package au.edu.unsw.cse
Class HullAlgorithm
java.lang.Object
au.edu.unsw.cse.HullAlgorithm
- Direct Known Subclasses:
DivideAndConquer,GiftWrap,Incremental,QuickHull
public abstract class HullAlgorithm
extends java.lang.Object
-
Constructor Summary
Constructors Constructor Description HullAlgorithm(Point3dObject3d[] pts) -
Method Summary
Modifier and Type Method Description abstract Object3dListbuild()abstract Object3dListbuild(ProgressUpdater updater)abstract Object3dListbuild2D()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
HullAlgorithm
-
-
Method Details
-
build
-
build
-
build2D
-