public class AffineTransform extends ComboTransform
Constructor and Description |
---|
AffineTransform(SimpleMatrix scaleRotate,
SimpleVector translatorVec)
Initialize a new Affine transform;
|
AffineTransform(Transform transform0,
Transform transform1)
Initialize a new Affine transform
|
Modifier and Type | Method and Description |
---|---|
AffineTransform |
clone() |
AffineTransform |
inverse()
Inverts the transformers and order of transformation
|
getData, transform, transform
public AffineTransform(SimpleMatrix scaleRotate, SimpleVector translatorVec)
scaleRotate
- is the transformation matrixtranslatorVec
- is the translation vectorpublic AffineTransform inverse()
ComboTransform
inverse
in class ComboTransform
public AffineTransform clone()
clone
in class ComboTransform