public class UVTranslation extends UVTransformation
| Modifier and Type | Field and Description |
|---|---|
double |
du |
double |
dv |
operationIndex| Constructor and Description |
|---|
UVTranslation(double u,
double v) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(UV uv)
Applies this transformation to vec
|
UVTransformation |
at(UV point) |
UVTransformation |
inverse() |
boolean |
isRedundant()
Returns true if this transformation is redundant, eg.
|
UVTransformation |
merge(UVTransformation next)
Returns a simplified transformation that performs this, followed by next.
|
java.lang.String |
toString() |
load, operate, operationID, with$plus$pluspublic void apply(UV uv)
ITransformationapply in class ITransformation<UV,UVTransformation>public UVTransformation at(UV point)
at in class UVTransformationpoint - The point to apply this transformation aroundpublic UVTransformation inverse()
inverse in class ITransformation<UV,UVTransformation>public UVTransformation merge(UVTransformation next)
ITransformationmerge in class ITransformation<UV,UVTransformation>public boolean isRedundant()
ITransformationisRedundant in class ITransformation<UV,UVTransformation>public java.lang.String toString()
toString in class java.lang.Object