public class UVTransformationUtil
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static org.apache.logging.log4j.Logger |
LOGGER |
static java.util.EnumMap<Direction,TransformationMatrix> |
TRANSFORM_GLOBAL_TO_LOCAL |
static java.util.EnumMap<Direction,TransformationMatrix> |
TRANSFORM_LOCAL_TO_GLOBAL |
Constructor and Description |
---|
UVTransformationUtil() |
Modifier and Type | Method and Description |
---|---|
static TransformationMatrix |
blockCenterToCorner(TransformationMatrix matrixIn) |
static TransformationMatrix |
getUVLockTransform(TransformationMatrix matrixIn,
Direction directionIn,
java.util.function.Supplier<java.lang.String> warningIn) |
private static final org.apache.logging.log4j.Logger LOGGER
public static final java.util.EnumMap<Direction,TransformationMatrix> TRANSFORM_LOCAL_TO_GLOBAL
public static final java.util.EnumMap<Direction,TransformationMatrix> TRANSFORM_GLOBAL_TO_LOCAL
public static TransformationMatrix blockCenterToCorner(TransformationMatrix matrixIn)
public static TransformationMatrix getUVLockTransform(TransformationMatrix matrixIn, Direction directionIn, java.util.function.Supplier<java.lang.String> warningIn)