Package sbrt.kernel.math.geom

Provides classes and interfaces for creating objects relevant to computational geometry.

See:
          Description

Interface Summary
ConvexPolytope<V> This interface is used to represent convex polytopes that are represented as the intersection of a finite set of half-spaces.
 

Class Summary
HashConvexPolytope<V> This class is a concrete implemenation of ConvexPolytope.
ParallelHyperplanes<V> This class is used to represent a pair of bounding parallel hyperplanes.
 

Exception Summary
DimensionException This class is used to indicate invalid dimensions.
 

Package sbrt.kernel.math.geom Description

Provides classes and interfaces for creating objects relevant to computational geometry.