Uses of Class
sugr.Affinity_2D

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

Uses of Affinity_2D in sugr
 

Subclasses of Affinity_2D in sugr
 class Motion_2D
          This matrix contains translation(2) and rotation(1) in 2D
 class Rotation_2D
          Class containing rotation (1) constructors.
 class Translation_2D
          class containing transformation(2) constructors
 

Constructors in sugr with parameters of type Affinity_2D
Homography_2D(Affinity_2D aff, Vector projective)
          Creates a homography by an affinity and the projective part.
Homography_2D(Affinity_2D aff, Vector projective, Matrix cov)
          Creates a homography with covariane by an affinity and the projective part.