Uses of Interface
math.geom2d.transform.Projection2D

Packages that use Projection2D
math.geom2d.transform Contains interface hierarchy for planar transforms, and implementations for specialized transforms. 
 

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.