Uses of Class
ProGAL.geom3d.Plane

Packages that use Plane
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. 
 

Uses of Plane in ProGAL.geom3d
 

Methods in ProGAL.geom3d that return Plane
static Plane Point.getBisector(Point p, Point q)
          Creates a bisector between points p and q
 Plane Rectangle.getPlane()
           
 

Methods in ProGAL.geom3d with parameters of type Plane
 Line Plane.getIntersection(Plane pl)
          returns the intersection line with another plane
 double Plane.getUnsignedDihedralAngle(Plane p)
          Get the unsigned angle between this plane and p.
 

Uses of Plane in ProGAL.geom3d.complex
 

Methods in ProGAL.geom3d.complex that return Plane
 Plane CTetrahedron.getPlane(CTetrahedron tetr)
          returns plane through common triangle of this and another tetrahedron.