See: Description
Class | Description |
---|---|
Point2D |
A simple 2D point class with drawing methods.
|
Polygon2D |
A 2D polygon class.
|
ShapeMap |
A collection of Polygon2D objects along with a source and a destination point which
together specify a path finding problem to be solved.
|
TestPolygonGenerator |
A set of static methods for generating different types of test polygons.
|
Download these classes from the EE324 Website
Note: This package needs the StdDraw JAR and JTS JARs to be included in your Eclipse project.