Package ProGAL.geomNd

This package contains classes that are all related to Euclidean geometric concepts of dimension larger than three.

See:
          Description

Class Summary
ApolloniusSolver  
HyperSphere  
Point A class representing a point in an N-dimensional Euclidean space.
PointList An ArrayList-wrapper for storing Nd points.
Vector A vector in metric space represented with double precision.
 

Package ProGAL.geomNd Description

This package contains classes that are all related to Euclidean geometric concepts of dimension larger than three. The Point and Vector classes in this package are superclasses of those in geom3d. The Vector class is also essential to the math.Matrix class.