Uses of Class
sugr.BiRelationalProperty

Packages that use BiRelationalProperty
sugr This package (SUGR) is a library for Statistically Uncertain Geometric reasoning.  
 

Uses of BiRelationalProperty in sugr
 

Subclasses of BiRelationalProperty in sugr
 class Equal
          Contains methods if two elements are equal or not.
 class Incident
          Contains methods if two elements are incident or not.
 class Orthogonal
          Contains methods if two elements are orthogonal or not.
 class Parallel
          Contains methods if two elements are parallel or not.
 

Fields in sugr declared as BiRelationalProperty
private  BiRelationalProperty Relation.rprop
          The first part and the type of the relation.
 

Constructors in sugr with parameters of type BiRelationalProperty
Relation(BiRelationalProperty _rprop, Entity _second)
          Constructs a concrete relation.
Relation(BiRelationalProperty _rprop, Entity _second, boolean doConditioning)
          Constructs a concrete relation.
Line_3D(BiRelationalProperty[] rprops)
          estimates a new line.