| Constructor and Description |
|---|
CombinedTransform(Collection<Transform> transforms)
Create a new combined transformation.
|
CombinedTransform(Transform... transforms)
Create a new combined transformation.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
apply(Vector vector)
Returns the result of applying the function to the input.
|
Transform |
combine(Transform other)
Create a new
Transform that combines this transform with another. |
Transform |
inverse()
Create a new inverse transform.
|
boolean |
isIdentity()
Return whether this transform is an identity.
|
public CombinedTransform(Transform... transforms)
transforms - a list of transformationspublic CombinedTransform(Collection<Transform> transforms)
transforms - a list of transformationspublic boolean isIdentity()
TransformIf it is not known, then false must be returned.
isIdentity in interface Transformpublic Vector apply(Vector vector)
Transformpublic Transform inverse()
TransformCopyright © 2010-2014. All Rights Reserved.