Uses of Class
sugr.Line_3D

Packages that use Line_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 Line_3D in sugr
 

Methods in sugr that return Line_3D
 Line_3D ProjectiveCamera.transform(Point_2D p)
          Performes the inverse projection of an 2D-point
 Line_3D Line_3D.getDual()
          Create a new Line, which is the Dual of this line.
 Line_3D Line_3D.copy()
          Returns a copy of this line.
 

Methods in sugr with parameters of type Line_3D
 Line_2D ProjectiveCamera.transform(Line_3D l)
          Performes the projection of a 3D line
 

Constructors in sugr with parameters of type Line_3D
Incident(Line_3D l, java.lang.Class secondClass)
          Build up an Incident-Relation between two Line_3D
Parallel(Line_3D l, java.lang.Class secondClass)
          Build up an Parallel-Relation between two Line_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(Line_3D L1, Line_3D L2)
          estimates a new plane by a join of two coplanar lines
Point_3D(Line_3D L1, Line_3D L2)
           
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.
Orthogonal(Line_3D l, java.lang.Class secondClass)
          Build up an Orthogonal-Relation between two Line_3D.
Equal(Line_3D l, java.lang.Class secondClass)
          Build up an Equal-Relation between two Line_3D.
 

Uses of Line_3D in sugr.example
 

Fields in sugr.example declared as Line_3D
private  Line_3D[] MyChair.lines
           
 

Methods in sugr.example that return Line_3D
 Line_3D[] MyChair.getLines()
          Returns array of copied lines .