Uses of Class
ProGAL.geomNd.complex.Vertex

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

Uses of Vertex in ProGAL.geomNd.complex
 

Methods in ProGAL.geomNd.complex that return Vertex
 Vertex Tessel.findVertex(Tessel tess)
           
 Vertex[] Tessel.getPoints()
           
 Vertex Tessel.getVertex(int i)
           
 

Methods in ProGAL.geomNd.complex that return types with arguments of type Vertex
 java.util.List<Vertex> Tessel.getCommonVertices(Tessel tess)
           
 java.util.List<Vertex> Tessel.oppositeVertices(int i)
           
 

Methods in ProGAL.geomNd.complex with parameters of type Vertex
 boolean Tessel.containsPoint(Vertex p)
           
 int Tessel.findpoint(Vertex p)
           
 int Tessel.getID(Vertex v)
           
 

Constructors in ProGAL.geomNd.complex with parameters of type Vertex
Tessel(Vertex[] points)
           
 

Uses of Vertex in ProGAL.geomNd.complex.delaunayComplex
 

Methods in ProGAL.geomNd.complex.delaunayComplex that return Vertex
 Vertex BowyerWatson.getVertex(int i)
          Get the i'th vertex
 

Methods in ProGAL.geomNd.complex.delaunayComplex that return types with arguments of type Vertex
 java.util.List<Vertex> BowyerWatson.getVertices()
          Get the vertices in the complex.
 

Methods in ProGAL.geomNd.complex.delaunayComplex with parameters of type Vertex
 void BowyerWatson.findNTes(Tessel tess, Vertex p, int apexID)
          Find star shaped polytope and retriangulate