Uses of Interface
math.geom2d.transform.Transform2D

Packages that use Transform2D
math.geom2d Planar geometry toolbox. 
math.geom2d.transform Contains interface hierarchy for planar transforms, and implementations for specialized transforms. 
 

Uses of Transform2D in math.geom2d
 

Classes in math.geom2d that implement Transform2D
 class AffineTransform2D
          Base class for generic affine transforms in the plane.
 

Methods in math.geom2d that return Transform2D
 Transform2D NonInvertibleTransform2DException.getTransform()
           
 

Constructors in math.geom2d with parameters of type Transform2D
NonInvertibleTransform2DException(Transform2D transform)
           
 

Uses of Transform2D in math.geom2d.transform
 

Subinterfaces of Transform2D in math.geom2d.transform
 interface Bijection2D
          Interface for all bijective transformations in the euclidean plane.
 interface Projection2D
          interface for projections in the plane : projections on a line, on a circle, ...
 

Classes in math.geom2d.transform that implement Transform2D
 class CircleInversion2D
          circle inversion : performs a bijection between points outside the circle and points inside the circle.
 class CircleProjection2D
          basic projection on a circle, starting from the center.
 class LineProjection2D
          orthogonal projection on a line.