Uses of Class
ProGAL.geomNd.complex.Tessel

Packages that use Tessel
ProGAL.geomNd.complex   
ProGAL.geomNd.complex.delaunayComplex   
 

Uses of Tessel in ProGAL.geomNd.complex
 

Methods in ProGAL.geomNd.complex that return Tessel
 Tessel Tessel.getNeighbour(int index)
           
 

Methods in ProGAL.geomNd.complex with parameters of type Tessel
 Vertex Tessel.findVertex(Tessel tess)
           
 java.util.List<Vertex> Tessel.getCommonVertices(Tessel tess)
           
 void Tessel.setNeighbour(int index, Tessel t)
           
 

Uses of Tessel in ProGAL.geomNd.complex.delaunayComplex
 

Methods in ProGAL.geomNd.complex.delaunayComplex that return types with arguments of type Tessel
static java.util.List<Tessel> BowyerWatson.createAndDrawDelaunay(java.util.List<Point> points)
          Convenient static method for creating delaunay tessellation of a point-set and if its 2D or 3D also displaying it.
static java.util.List<Tessel> BowyerWatson.createDelaunay(java.util.List<Point> points)
          Convenient static method for creating delaunay tessellation of a point-set
 java.util.List<Tessel> BowyerWatson.getAllTessels()
          Returns all tessels (including tessels with 'big points')
 java.util.List<Tessel> BowyerWatson.getTessels()
          Get the tesselts in the complex.
 

Methods in ProGAL.geomNd.complex.delaunayComplex with parameters of type Tessel
 void BowyerWatson.findNTes(Tessel tess, Vertex p, int apexID)
          Find star shaped polytope and retriangulate
static boolean BowyerWatson.inSphere(Tessel t, Point p)
          Return true if and only if the point p is inside or on the boundary of the circumsphere of t