Package uk.ac.leeds.ccg.andyt.vector.geometry

Class Summary
Vector_AbstractGeometry2D An abstract class defining a geometrical object and the methods it must implement.
Vector_Envelope2D A class for simplifying geometry in 2D.
Vector_Line2D  
Vector_LineSegment2D Class for a line segment in 2D represented by two Point2D instances, one is designated a start point and the other an end point.
Vector_Network2D Class for networks.
Vector_Point2D Class for points in 2D.
Vector_SimplePoint2D