Uses of Class
ProGAL.geom3d.complex.delaunayComplex.RegularComplex

Packages that use RegularComplex
ProGAL.geom3d.complex.alphaComplex An alpha complex for a set of d-dimensional points and a real number alpha is a subset of the Delaunay complex where all simplices that can be enclosed by an alpha-probe (a hypersphere of radius alpha), without the probe enclosing any points, are removed. 
 

Uses of RegularComplex in ProGAL.geom3d.complex.alphaComplex
 

Constructors in ProGAL.geom3d.complex.alphaComplex with parameters of type RegularComplex
AlphaComplex(RegularComplex d3d, double alpha)
          Build the alpha-complex of the specified Delaunay complex.