Uses of Class
math.geom2d.transform.AbstractAffineTransform2D

Packages that use AbstractAffineTransform2D
math.geom2d.transform Hieararchy of planar transforms, and implementation of common transforms like rotations, translations, reflections or scalings. 
 

Uses of AbstractAffineTransform2D in math.geom2d.transform
 

Subclasses of AbstractAffineTransform2D in math.geom2d.transform
static class AbstractAffineTransform2D.Identity2D
           
 class GenericAffineTransform2D
          An implementation of IAffineTransform2D which uses an internal matrix for storing transform parameters.
 class GlideReflection2D
          A glide reflection is generated by applying first a reflection along a line, then a translation in the direction given by the line.
 class Homothecy2D
          Defines a homothetic transform.
 class LinearHomothecy2D
          Defines a homothetic transform centered on the origin.
 class LinearLineReflection2D
           
 class LinearRotation2D
          A rotation without translation part.
 class LineReflection2D
          interface for projections in the plane : projections on a line, on a circle, ...
 class PointSymmetry2D
          Transform each point with its symmetric with respect to a point.
 class Rotation2D
          Rotate a shape around a point with a given angle.
 class Scaling2D
          Scales a shape in the 2 main directions of the axis, centered at the origin.
 class Translation2D
          Transform each point by translating it by a given vector.