Uses of Class
sugr.Point_3D

Packages that use Point_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 Point_3D in sugr
 

Methods in sugr that return Point_3D
 Point_3D ProjectiveCamera.getProjectionCenter()
          Returns the projection center of the camera
 Point_3D Point_3D.copy()
          returns a copy of this point.
 

Methods in sugr with parameters of type Point_3D
 Point_2D ProjectiveCamera.transform(Point_3D p)
          Performes the projection of a 3D point
 

Constructors in sugr with parameters of type Point_3D
Incident(Point_3D x, java.lang.Class secondClass)
          Build up an Incident-Relation between Point_3D and Plane_3D
Plane_3D(Point_3D point, Line_3D line)
          constructs a new plane by a join between point and line.
Plane_3D(Line_3D line, Point_3D point)
          constructs a new plane by a join between point and line.
Plane_3D(Point_3D point1, Point_3D point2, Point_3D point3)
          constructs a plane by a join of three points.
Translation_3D(Point_3D x)
          Creates a translation by a Point_3D
Translation_3D(Point_3D x, Matrix cov)
          Creates a translation by a Point_3D
Line_3D(Point_3D point1, Point_3D point2)
          Creates a Line_3D from two Point_3D.
Equal(Point_3D x, java.lang.Class secondClass)
          Build up an Equal-Relation between two Point_3D.
 

Uses of Point_3D in sugr.example
 

Fields in sugr.example declared as Point_3D
private  Point_3D[] MyChair.points
           
 

Methods in sugr.example that return Point_3D
 Point_3D[] MyChair.getPoints()
          Returns array of copied points.
 

Methods in sugr.example with parameters of type Point_3D
private  void MyChair.calcPoints(Point_3D base)
          Compute all points relative to base point.
 

Constructors in sugr.example with parameters of type Point_3D
MyChair(Point_3D base)
          MyChair Simple Constructor