> NOTE: These demos require vecmath.jar to be compiled with demo. See the included Makefile.
*`SimpleDraw.java` Responds to mouse events and draws primitives in 2D canvas.
*`ClosestPointDemo.java` Computes distance from mouse to closest point on line using algorithm discussed in class. Also uses built-in method to accomplish same thing.
*`PolygonHittestDemo.java` Uses built-in method to hit-test closed polygon.
<!-- TransConcatDemo Demo of different concatenation orders of matrix transforms using
MyShape class. Click the window to change the order.
RotateLine Use transformations to rotate line
RotateTriangle1 Animates a triangle rotating around a circle using transformations. -->