public class UVTransformationList extends UVTransformation
operationIndex| Constructor and Description |
|---|
UVTransformationList(UVTransformation... transforms) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(UV uv)
Applies this transformation to vec
|
UVTransformation |
inverse() |
boolean |
isRedundant()
Returns true if this transformation is redundant, eg.
|
UVTransformationList |
prepend(UVTransformation t) |
java.lang.String |
toString() |
UVTransformationList |
with(UVTransformation t)
Creates a TransformationList composed of this transformation followed by t
If this is a TransformationList, the transformation will be appended and this returned
|
at, load, operate, operationID$plus$plus, mergepublic UVTransformationList(UVTransformation... transforms)
public void apply(UV uv)
ITransformationapply in class ITransformation<UV,UVTransformation>public UVTransformationList with(UVTransformation t)
ITransformationwith in class UVTransformationpublic UVTransformationList prepend(UVTransformation t)
public boolean isRedundant()
ITransformationisRedundant in class ITransformation<UV,UVTransformation>public UVTransformation inverse()
inverse in class ITransformation<UV,UVTransformation>public java.lang.String toString()
toString in class java.lang.Object