Class MatrixMath
java.lang.Object
dev.engine_room.flywheel.lib.math.MatrixMath
-
Method Summary
Modifier and TypeMethodDescriptionstatic floattransformNormalX(org.joml.Matrix3f matrix, float x, float y, float z) static floattransformNormalY(org.joml.Matrix3f matrix, float x, float y, float z) static floattransformNormalZ(org.joml.Matrix3f matrix, float x, float y, float z) static floattransformPositionX(org.joml.Matrix4f matrix, float x, float y, float z) static floattransformPositionY(org.joml.Matrix4f matrix, float x, float y, float z) static floattransformPositionZ(org.joml.Matrix4f matrix, float x, float y, float z)
-
Method Details
-
transformPositionX
public static float transformPositionX(org.joml.Matrix4f matrix, float x, float y, float z) -
transformPositionY
public static float transformPositionY(org.joml.Matrix4f matrix, float x, float y, float z) -
transformPositionZ
public static float transformPositionZ(org.joml.Matrix4f matrix, float x, float y, float z) -
transformNormalX
public static float transformNormalX(org.joml.Matrix3f matrix, float x, float y, float z) -
transformNormalY
public static float transformNormalY(org.joml.Matrix3f matrix, float x, float y, float z) -
transformNormalZ
public static float transformNormalZ(org.joml.Matrix3f matrix, float x, float y, float z)
-