Uses of Class
math.geom2d.transform.Rotation2D

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

Uses of Rotation2D in math.geom2d.transform
 

Subclasses of Rotation2D in math.geom2d.transform
 class LinearRotation2D
          A rotation without translation part.
 

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