math.geom2d.transform
Interface Motion2D

All Superinterfaces:
AffineTransform2D, Bijection2D, Isometry2D, Similarity2D, Transform2D
All Known Implementing Classes:
AbstractAffineTransform2D.Identity2D, LinearRotation2D, Rotation2D, Translation2D

public interface Motion2D
extends Isometry2D

Represents an affine planar transform which preserves distances and oriented angles.

Author:
dlegland

Method Summary
 
Methods inherited from interface math.geom2d.transform.Isometry2D
isDirect
 
Methods inherited from interface math.geom2d.transform.Similarity2D
getLinearPart, getScalingFactor, getTranslationPart
 
Methods inherited from interface math.geom2d.transform.AffineTransform2D
compose, getAffineMatrix, getCoefficients, isIdentity, isIsometry, isMotion, isSimilarity
 
Methods inherited from interface math.geom2d.transform.Bijection2D
getInverseTransform
 
Methods inherited from interface math.geom2d.transform.Transform2D
transform, transform, transform