Uses of Class
sugr.Line_2D

Packages that use Line_2D
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_2D in sugr
 

Methods in sugr that return Line_2D
 Line_2D ProjectiveCamera.transform(Line_3D l)
          Performes the projection of a 3D line
 Line_2D Line_2D.copy()
          returns a copy of this line.
 

Methods in sugr with parameters of type Line_2D
 Plane_3D ProjectiveCamera.transform(Line_2D l)
          Performes the inverse projection of an 2D-line
 

Constructors in sugr with parameters of type Line_2D
Incident(Line_2D l, java.lang.Class secondClass)
          Build up an Incident-Relation between Point_2D and Line_2D
Parallel(Line_2D l, java.lang.Class secondClass)
          Build up an Parallel-Relation between two Line_2D.
Point_2D(Line_2D l, Line_2D m)
          constructs a new point_2D by an intersection between two lines.
Orthogonal(Line_2D l, java.lang.Class secondClass)
          Build up an Orthogonal-Relation between two Line_2D.
Equal(Line_2D l, java.lang.Class secondClass)
          Build up an Equal-Relation between two Line_2D.
 

Uses of Line_2D in sugr.example
 

Fields in sugr.example declared as Line_2D
private  Line_2D[] MyChair.lines2D
           
 

Methods in sugr.example that return Line_2D
 Line_2D[] MyChair.getLines2D()
          Returns array of copied 2D-lines .