Package codechicken.lib.vec.uv
Class UVScale
java.lang.Object
codechicken.lib.vec.ITransformation<UV,UVTransformation>
codechicken.lib.vec.uv.UVTransformation
codechicken.lib.vec.uv.UVScale
- All Implemented Interfaces:
IVertexOperation,Copyable<UVTransformation>
-
Nested Class Summary
Nested classes/interfaces inherited from interface codechicken.lib.render.pipeline.IVertexOperation
IVertexOperation.VertexOperationRegistry -
Field Summary
Fields inherited from class codechicken.lib.vec.uv.UVTransformation
operationIndex -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class codechicken.lib.vec.uv.UVTransformation
at, load, operate, operationID, withMethods inherited from class codechicken.lib.vec.ITransformation
$plus$plus, isRedundant, merge
-
Constructor Details
-
UVScale
public UVScale(double scaleu, double scalev) -
UVScale
public UVScale(double d) -
UVScale
-
-
Method Details
-
apply
Description copied from class:ITransformationApplies this transformation to vec- Specified by:
applyin classITransformation<UV,UVTransformation>
-
inverse
Description copied from class:ITransformationAttempts to invert the Transformation.The transformations inverse may be itself, or the transform may not have an inverse. In that case a
IrreversibleTransformationExceptionis thrown.- Specified by:
inversein classITransformation<UV,UVTransformation> - Returns:
- The inverse transform.
-
toString
-
copy
-