public abstract class AAffineTransform extends ATransform
| Constructor and Description |
|---|
AAffineTransform() |
| Modifier and Type | Method and Description |
|---|---|
ATransform |
compose(AAffineTransform a) |
ATransform |
compose(ATransform a)
Composes this transformation with another transformation, returning
a new combined transformation
|
AMatrix |
copyOfSquareMatrix() |
AVector |
copyOfTranslationVector() |
boolean |
equals(AAffineTransform a) |
boolean |
equals(Object o) |
abstract AMatrix |
getMatrixComponent() |
abstract ATranslation |
getTranslationComponent() |
int |
hashCode() |
AAffineTransform |
inverse()
Return the inverse of this transformation if possible
|
boolean |
isIdentity() |
boolean |
isLinear()
Returns true if this transformation is guaranteed to be linear
|
AAffineTransform |
toAffineTransform() |
void |
transform(AVector source,
AVector dest)
Transforms the source vector, storing the result in the given destination vector
|
void |
transformInPlace(AVector v)
Transforms a vector destructively.
|
clone, composeWith, inputDimensions, outputDimensions, transformpublic abstract AMatrix getMatrixComponent()
public abstract ATranslation getTranslationComponent()
public AVector copyOfTranslationVector()
public AMatrix copyOfSquareMatrix()
public boolean isLinear()
ATransformisLinear in class ATransformpublic boolean isIdentity()
isIdentity in class ATransformpublic ATransform compose(ATransform a)
ATransformcompose in class ATransformpublic ATransform compose(AAffineTransform a)
public void transform(AVector source, AVector dest)
ATransformtransform in class ATransformpublic void transformInPlace(AVector v)
ATransformtransformInPlace in class ATransformpublic AAffineTransform toAffineTransform()
public boolean equals(AAffineTransform a)
public AAffineTransform inverse()
ATransforminverse in class ATransformCopyright © 2012. All Rights Reserved.