Uses of Interface
math.geom2d.transform.Projection2D

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

Uses of Projection2D in math.geom2d.transform
 

Classes in math.geom2d.transform that implement Projection2D
 class CircleProjection2D
          basic projection on a circle, starting from the center.
 class LineProjection2D
          orthogonal projection on a line.