public interface Transform
Vectors.| Modifier and Type | Method and Description |
|---|---|
Vector |
apply(Vector input)
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.
|
boolean isIdentity()
If it is not known, then false must be returned.
Vector apply(Vector input)
input - the inputTransform inverse()
Copyright © 2010-2014. All Rights Reserved.