Package au.edu.unsw.cse
Class PointStack
java.lang.Object
au.edu.unsw.cse.PointStack
public class PointStack
extends java.lang.Object
This class stores the points that still need to be processed.
It is not really a stack at all, but its use in 2d is analogous to the use
of EdgeStack in 3d
-
Constructor Summary
Constructors Constructor Description PointStack()
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
PointStack
public PointStack()
-
-
Method Details
-
isEmpty
public boolean isEmpty() -
put
-
getStart
-
getEnd
-