Interface | Description |
---|---|
ConvexHullFinder |
A class to perform incremental and static convex-hull computations.
|
Class | Description |
---|---|
Angle |
An
Angle is a way to store angles using
a vector. |
AngleComparator | |
CircularTree<K,V> |
This is a subclass of net.datastructures.RBTree with some additional
useful function for implementing Robot.
|
Constants |
This is the Constants class for the support code.
|
FileIO |
This is blatantly stolen from CS15 Sketchy support code.
|
HullPoint |
This class models a point on the canvas.
|
PaneOrganizer |
This class sets the Sidebar and HullVisualizer on different panes and is the
top-level object for the student's App class.
|
Exception | Description |
---|---|
InvalidHullPointException |
An exception describing the corruption of some edge in a graph.
|