Uses of Package
ProGAL.geom3d.complex.delaunayComplex

Packages that use ProGAL.geom3d.complex.delaunayComplex
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. 
ProGAL.geom3d.complex.delaunayComplex A Delaunay complex for a set of d-dimensional points is a tesselation of the points such that no point is inside the circumscribing hypersphere of the d-simplices (for the 3D case: Tetrahedra). 
 

Classes in ProGAL.geom3d.complex.delaunayComplex used by ProGAL.geom3d.complex.alphaComplex
DelaunayComplex
           A Delaunay complex for a set of d-dimensional points is a tesselation of the points such that no point is inside the circumscribing hypersphere of the d-simplices (for the 3D case: Tetrahedra).
RegularComplex
          TODO: Fix
 

Classes in ProGAL.geom3d.complex.delaunayComplex used by ProGAL.geom3d.complex.delaunayComplex
DelaunayComplex
           A Delaunay complex for a set of d-dimensional points is a tesselation of the points such that no point is inside the circumscribing hypersphere of the d-simplices (for the 3D case: Tetrahedra).