Package org.hermit.geometry

Some basic geometric utilities, geared towards graph analysis.

See:
          Description

Class Summary
Edge An immutable edge in a geometric graph.
Graph An immutable graph, with possibly infinite edges.
MathTools Mathematical utilities for geometric calculations.
Point An immutable point in the plane.
Region An immutable rectangular region in the plane.
Vector An immutable vector in the plane.
 

Package org.hermit.geometry Description

Some basic geometric utilities, geared towards graph analysis.

See the Clusterer application for examples of how it can be used.