Package info.u_team.u_team_core.util
Class RenderUtil.Matrix4fExtended
java.lang.Object
com.mojang.math.Matrix4f
info.u_team.u_team_core.util.RenderUtil.Matrix4fExtended
- Enclosing class:
- RenderUtil
public static class RenderUtil.Matrix4fExtended
extends com.mojang.math.Matrix4f
Extended matrix that adds getters and setters for all matrix values
-
Field Summary
Fields inherited from class com.mojang.math.Matrix4f
m00, m01, m02, m03, m10, m11, m12, m13, m20, m21, m22, m23, m30, m31, m32, m33
-
Constructor Summary
ConstructorsConstructorDescriptionMatrix4fExtended
(com.mojang.math.Matrix4f matrix4f) Creates a matrix4f with the values of the parameter -
Method Summary
Modifier and TypeMethodDescriptionfloat
getM00()
float
getM01()
float
getM02()
float
getM03()
float
getM10()
float
getM11()
float
getM12()
float
getM13()
float
getM20()
float
getM21()
float
getM22()
float
getM23()
float
getM30()
float
getM31()
float
getM32()
float
getM33()
void
setM00
(float m00) void
setM01
(float m01) void
setM02
(float m02) void
setM03
(float m03) void
setM10
(float m10) void
setM11
(float m11) void
setM12
(float m12) void
setM13
(float m13) void
setM20
(float m20) void
setM21
(float m21) void
setM22
(float m22) void
setM23
(float m23) void
setM30
(float m30) void
setM31
(float m31) void
setM32
(float m32) void
setM33
(float m33) Methods inherited from class com.mojang.math.Matrix4f
add, adjugateAndDet, copy, createScaleMatrix, createTranslateMatrix, determinant, equals, hashCode, invert, isInteger, load, load, load, loadTransposed, multiply, multiply, multiply, multiplyBackward, multiplyWithTranslation, orthographic, orthographic, perspective, setIdentity, setTranslation, store, store, storeTransposed, subtract, toString, trace, translate, transpose
-
Constructor Details
-
Matrix4fExtended
public Matrix4fExtended(com.mojang.math.Matrix4f matrix4f) Creates a matrix4f with the values of the parameter- Parameters:
matrix4f
- Matrix4f to copy values
-
-
Method Details
-
getM00
public float getM00() -
setM00
public void setM00(float m00) -
getM01
public float getM01() -
setM01
public void setM01(float m01) -
getM02
public float getM02() -
setM02
public void setM02(float m02) -
getM03
public float getM03() -
setM03
public void setM03(float m03) -
getM10
public float getM10() -
setM10
public void setM10(float m10) -
getM11
public float getM11() -
setM11
public void setM11(float m11) -
getM12
public float getM12() -
setM12
public void setM12(float m12) -
getM13
public float getM13() -
setM13
public void setM13(float m13) -
getM20
public float getM20() -
setM20
public void setM20(float m20) -
getM21
public float getM21() -
setM21
public void setM21(float m21) -
getM22
public float getM22() -
setM22
public void setM22(float m22) -
getM23
public float getM23() -
setM23
public void setM23(float m23) -
getM30
public float getM30() -
setM30
public void setM30(float m30) -
getM31
public float getM31() -
setM31
public void setM31(float m31) -
getM32
public float getM32() -
setM32
public void setM32(float m32) -
getM33
public float getM33() -
setM33
public void setM33(float m33)
-