Uses of Class
sugr.Plane_3D

Packages that use Plane_3D
sugr This package (SUGR) is a library for Statistically Uncertain Geometric reasoning.  
sugr.example This package contains some simple examples to show the use of SUGR 
 

Uses of Plane_3D in sugr
 

Methods in sugr that return Plane_3D
 Plane_3D Plane_3D.copy()
          returns a copy of this plane.
 Plane_3D ProjectiveCamera.getPrincipalPlane()
          Returns the principal plane of the camera
 Plane_3D ProjectiveCamera.transform(Line_2D l)
          Performes the inverse projection of an 2D-line
 

Constructors in sugr with parameters of type Plane_3D
Incident(Plane_3D a, java.lang.Class secondClass)
          Build up an Incident-Relation between Point_3D and Plane_3D
Parallel(Plane_3D a, java.lang.Class secondClass)
          Build up an Parallel-Relation between two Plane_3D.
Point_3D(Plane_3D plane, Line_3D line)
          Constructs a new point by an intersection of line and plane.
Point_3D(Line_3D line, Plane_3D plane)
          Constructs a new point by an intersection of line and plane.
Point_3D(Plane_3D plane1, Plane_3D plane2, Plane_3D plane3)
          Constructs a new point by an intersection of three planes.
Line_3D(Plane_3D plane1, Plane_3D plane2)
          Creates a Line_3D by an intersection of two Plane_3D.
Orthogonal(Plane_3D a, java.lang.Class secondClass)
          Build up an Orthogonal-Relation between two Plane_3D.
Equal(Plane_3D a, java.lang.Class secondClass)
          Build up an Equal-Relation between two Plane_3D.
 

Uses of Plane_3D in sugr.example
 

Fields in sugr.example declared as Plane_3D
private  Plane_3D[] MyChair.planes
           
 

Methods in sugr.example that return Plane_3D
 Plane_3D[] MyChair.getPlanes()
          Returns array of copied planes