Uses of Interface
math.geom2d.transform.Motion2D

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

Uses of Motion2D in math.geom2d.transform
 

Classes in math.geom2d.transform that implement Motion2D
static class AbstractAffineTransform2D.Identity2D
           
 class LinearRotation2D
          A rotation without translation part.
 class Rotation2D
          Rotate a shape around a point with a given angle.
 class Translation2D
          Transform each point by translating it by a given vector.