public class UVRotation extends UVTransformation
| Modifier and Type | Field and Description |
|---|---|
double |
angle |
operationIndex| Constructor and Description |
|---|
UVRotation(double angle) |
| 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.
|
UVTransformation |
merge(UVTransformation next)
Returns a simplified transformation that performs this, followed by next.
|
java.lang.String |
toString() |
at, load, operate, operationID, with$plus$pluspublic UVRotation(double angle)
angle - The angle to rotate counterclockwise in radianspublic void apply(UV uv)
ITransformationapply in class ITransformation<UV,UVTransformation>public 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