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
|
abstract AVector |
getConstantValue() |
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()
Returns true if this transform is the identity function, i.e.
|
compose, copyOfMatrix, copyOfTranslationVector, equals, equals, getTranslationComponent, hashCode, toAffineTransform, transform, transformInPlaceisLinearclone, composeWith, outputDimensions, transformpublic AAffineTransform inverse()
ATransforminverse in class AAffineTransformpublic boolean isIdentity()
ATransformisIdentity in class AAffineTransformpublic AConstantTransform compose(ATransform trans)
ATransformcompose in class AAffineTransformpublic int inputDimensions()
ATransforminputDimensions in class ATransformpublic AMatrix getMatrixComponent()
getMatrixComponent in class AAffineTransformpublic abstract AVector getConstantValue()
Copyright © 2012. All Rights Reserved.