Package netwar.utils

Interface Summary
Queue A Queue ADT
Vector Vector ADT, interface.
 

Class Summary
AQueue Array based Queue class
Assert Class Assert Used to test assertions.
FPS Temporary class to display the number of frames per second.
LoadImage A utility class to load images from the JAR file.
LVector Linked list version of Vector
Point2D This class is used to represent a location or vector in screenspace.
Point3D This class is used to represent a location or vector in gamespace.
Trig This is a purely static class used to perform trigonometric calculations rapidly.