Uses of Class
math.geom2d.transform.Homothecy2D

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

Uses of Homothecy2D in math.geom2d.transform
 

Subclasses of Homothecy2D in math.geom2d.transform
 class LinearHomothecy2D
          Defines a homothetic transform centered on the origin.
 class PointSymmetry2D
          Transform each point with its symmetric with respect to a point.
 

Methods in math.geom2d.transform that return Homothecy2D
 Homothecy2D Homothecy2D.getInverseTransform()