Class Matrix4
java.lang.Object
zombie.core.skinnedmodel.Matrix4
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclear()clearToOrtho(float left, float right, float bottom, float top, float near, float far) clearToPerspective(float fovRad, float width, float height, float near, float far) floatget(int index) mult(float[] m) put(float[] m) put(int index, float f) rotate(float angle, float x, float y, float z) scale(float x, float y, float z) translate(float x, float y, float z)
-
Field Details
-
identity
-
-
Constructor Details
-
Matrix4
public Matrix4() -
Matrix4
public Matrix4(float[] m) -
Matrix4
-
-
Method Details
-
clear
-
clearToIdentity
-
clearToOrtho
public Matrix4 clearToOrtho(float left, float right, float bottom, float top, float near, float far) -
clearToPerspective
-
get
public float get(int index) -
put
-
put
-
put
-
put
-
mult
-
mult
-
transpose
-
translate
-
translate
-
scale
-
scale
-
rotate
-
rotate
-
getBuffer
-