Class ResizeTransformation
java.lang.Object
dev.thorinwasher.blockanimator.api.blockanimations.transformation.ResizeTransformation
- All Implemented Interfaces:
BlockTransformation
-
Constructor Summary
ConstructorsConstructorDescriptionResizeTransformation(float from, float to) ResizeTransformation(float from, float to, Function<Double, Double> pathCompletionSupplier) -
Method Summary
-
Constructor Details
-
ResizeTransformation
-
ResizeTransformation
public ResizeTransformation(float from, float to)
-
-
Method Details
-
getTransform
@NotNull public @NotNull org.joml.Matrix4f getTransform(double pathCompletion) - Specified by:
getTransformin interfaceBlockTransformation
-