Project 2 - Triangles

Each of my project 2 displays uses the TriTest applet provided on the webpage. When the applet is first loaded, it displays a .ppm image, which is usually the reference image. If you click on the applet once, the applet will use my code to draw the image based on the information in the .tri files. If you click the applet a second time, the difference between my image and the reference image will be shown, along with some information about the differences. Clicking a third time will start over again at the .ppm image.
Samples
Colored Hexagon
Red Teapot
Purple Cow
Simple Landscape
Code
Drawable.java
Edge2D.java
Raster.java
TriTest.java
Triangle.java
Vertex2D.java