public abstract class AConstantTransform extends AAffineTransform
| Modifier and Type | Method and Description |
|---|---|
AConstantTransform |
compose(ATransform trans)
Composes this transformation with another transformation, returning
a new combined transformation
|
AMatrix |
getMatrixComponent() |
int |
inputDimensions()
Returns the number of dimensions required for input vectors
|
AAffineTransform |
inverse()
Return the inverse of this transformation if possible
|
boolean |
isIdentity() |
compose, copyOfMatrix, copyOfTranslationVector, equals, equals, getTranslationComponent, hashCode, toAffineTransform, transform, transformInPlaceisLinearclone, composeWith, outputDimensions, transformpublic AAffineTransform inverse()
ATransforminverse in class AAffineTransformpublic boolean isIdentity()
isIdentity in class AAffineTransformpublic AConstantTransform compose(ATransform trans)
ATransformcompose in class AAffineTransformpublic int inputDimensions()
ATransforminputDimensions in class ATransformpublic AMatrix getMatrixComponent()
getMatrixComponent in class AAffineTransformCopyright © 2012. All Rights Reserved.