Package civquest.util

Class Summary
Coordinate This class represents one coordinate (x,y) in 2d-space.
FibonacciHeap Implements a fibonacci-heap.
Painting  
Rectangle A rectangle, defined by the top-left and the bottom-right-corner (inclusive) The top-left-corner must always have smaller/equal x and y-coords than the bottom-right-one.