Package sbrt.kernel.math.geom.comp

Provides classes and interfaces for performing geometry-related computations.

See:
          Description

Class Summary
CdHarComp<V> This class is an implemenation of a coordinate-direction hit-and-run algorithm.
EuclideanDist This class is used to compute Euclidean distances.
Hamming This class is used to compute Hamming distances - the number of differences between two "strings" of equal length.
Taxicab This class is used to compute Taxicab distances.
 

Package sbrt.kernel.math.geom.comp Description

Provides classes and interfaces for performing geometry-related computations.