| Constructor and Description |
|---|
Identity() |
| 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 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.