ProGAL.geom3d.complex.delaunayComplex
Class RegularComplex

java.lang.Object
  extended by ProGAL.geom3d.complex.delaunayComplex.DelaunayComplex
      extended by ProGAL.geom3d.complex.delaunayComplex.RegularComplex
All Implemented Interfaces:
SimplicialComplex

public class RegularComplex
extends DelaunayComplex
implements SimplicialComplex

TODO: Fix

Author:
pawel

Constructor Summary
RegularComplex(java.util.List<Point> points)
           
 
Method Summary
 
Methods inherited from class ProGAL.geom3d.complex.delaunayComplex.DelaunayComplex
checkTetrahedra, getAllTetrahedra, getBigTetrahedra, getEdges, getTetrahedra, getTriangles, getVertex, getVertexHull, getVertices, isDelaunay
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface ProGAL.geom3d.complex.SimplicialComplex
getEdges, getTetrahedra, getTriangles, getVertices
 

Constructor Detail

RegularComplex

public RegularComplex(java.util.List<Point> points)