Uses of Interface
math.geom2d.transform.LinearTransform2D

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

Uses of LinearTransform2D in math.geom2d.transform
 

Classes in math.geom2d.transform that implement LinearTransform2D
static class AbstractAffineTransform2D.Identity2D
           
 class LinearHomothecy2D
          Defines a homothetic transform centered on the origin.
 class LinearLineReflection2D
           
 class LinearRotation2D
          A rotation without translation part.
 

Methods in math.geom2d.transform that return LinearTransform2D
 LinearTransform2D LinearTransform2D.getInverseTransform()
           
 LinearTransform2D GlideReflection2D.getLinearPart()
           
 LinearTransform2D AbstractAffineTransform2D.Identity2D.getLinearPart()
           
 LinearTransform2D Similarity2D.getLinearPart()
           
 LinearTransform2D Translation2D.getLinearPart()