Uses of Class
ProGAL.geom3d.volumes.Tetrahedron

Packages that use Tetrahedron
ProGAL.geom3d This package contains classes that are all related to three-dimensional geometric concepts. 
ProGAL.geom3d.complex A simplicial complex is a topological space of a particular kind, constructed by "gluing together" points, line segments, triangles, and their n-dimensional counterparts. 
ProGAL.geom3d.predicates   
ProGAL.geom3d.tessellation.BowyerWatson   
ProGAL.geom3d.volumes   
 

Uses of Tetrahedron in ProGAL.geom3d
 

Methods in ProGAL.geom3d that return Tetrahedron
 Tetrahedron Triangle.toScene(J3DScene scene, java.awt.Color clr)
           
 

Uses of Tetrahedron in ProGAL.geom3d.complex
 

Subclasses of Tetrahedron in ProGAL.geom3d.complex
 class CTetrahedron
          An extension of the normal Tetrahedron that is used in complexes.
 

Methods in ProGAL.geom3d.complex that return Tetrahedron
 Tetrahedron CTriangle.toScene(J3DScene scene, java.awt.Color clr)
           
 

Uses of Tetrahedron in ProGAL.geom3d.predicates
 

Methods in ProGAL.geom3d.predicates with parameters of type Tetrahedron
abstract  double Predicates.circumradius(Tetrahedron t)
           
 double InexactRegularJavaPredicates.circumradius(Tetrahedron t)
           
 double InexactJavaPredicates.circumradius(Tetrahedron t)
           
 double ExactNativePredicates.circumradius(Tetrahedron t)
           
 double ExactJavaPredicates.circumradius(Tetrahedron t)
           
abstract  Predicates.SphereConfig Predicates.insphere(Tetrahedron t, Point q)
           
 Predicates.SphereConfig InexactRegularJavaPredicates.insphere(Tetrahedron t, Point q)
           
 Predicates.SphereConfig InexactJavaPredicates.insphere(Tetrahedron t, Point q)
           
 Predicates.SphereConfig ExactNativePredicates.insphere(Tetrahedron t, Point q)
           
 Predicates.SphereConfig ExactJavaPredicates.insphere(Tetrahedron t, Point q)
           
 

Uses of Tetrahedron in ProGAL.geom3d.tessellation.BowyerWatson
 

Subclasses of Tetrahedron in ProGAL.geom3d.tessellation.BowyerWatson
 class Tetr
           
 

Uses of Tetrahedron in ProGAL.geom3d.volumes
 

Methods in ProGAL.geom3d.volumes that return Tetrahedron
static Tetrahedron Tetrahedron.regularTetrahedron()
           
 

Methods in ProGAL.geom3d.volumes with parameters of type Tetrahedron
 Triangle Tetrahedron.getCommonTriangle(Tetrahedron t)
          Return common triangle of 2 tetrahedra