Uses of Interface
sbrt.kernel.math.geom.ConvexPolytope

Packages that use ConvexPolytope
sbrt.kernel.math.geom Provides classes and interfaces for creating objects relevant to computational geometry. 
sbrt.kernel.math.geom.comp Provides classes and interfaces for performing geometry-related computations. 
sbrt.kernel.math.geom.proc Provides classes and interfaces for performing geometry-related processes. 
 

Uses of ConvexPolytope in sbrt.kernel.math.geom
 

Classes in sbrt.kernel.math.geom that implement ConvexPolytope
 class HashConvexPolytope<V>
          This class is a concrete implemenation of ConvexPolytope.
 

Uses of ConvexPolytope in sbrt.kernel.math.geom.comp
 

Methods in sbrt.kernel.math.geom.comp that return ConvexPolytope
 ConvexPolytope<V> CdHarComp.getPolytope()
          Returns the convex polytope for which random points are generated.
 

Constructors in sbrt.kernel.math.geom.comp with parameters of type ConvexPolytope
CdHarComp(ConvexPolytope<V> polytope)
          Constructs a new random point generator for the provided convex polytope.
 

Uses of ConvexPolytope in sbrt.kernel.math.geom.proc
 

Constructors in sbrt.kernel.math.geom.proc with parameters of type ConvexPolytope
CdHarProcess(ConvexPolytope<V> polytope)
          Constructs a new random point generator process for the provided polytope.