public class UVScale extends UVTransformation
operationIndex| Constructor and Description |
|---|
UVScale(double d) |
UVScale(double scaleu,
double scalev) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(UV uv)
Applies this transformation to vec
|
UVTransformation |
inverse() |
java.lang.String |
toString() |
at, load, operate, operationID, with$plus$plus, isRedundant, mergepublic UVScale(double scaleu,
double scalev)
public UVScale(double d)
public void apply(UV uv)
ITransformationapply 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