Contents
- Description
- Field Summary
- Constructor Summary
- Method Summary
- Field Details
- Constructor Details
- Method Details
- clear()
- clearToIdentity()
- clearToOrtho(float, float, float, float, float, float)
- clearToPerspective(float, float, float, float, float)
- get(int)
- put(int, float)
- put(int, Vector3, float)
- put(float[])
- put(Matrix4)
- mult(float[])
- mult(Matrix4)
- transpose()
- translate(float, float, float)
- translate(Vector3)
- scale(float, float, float)
- scale(Vector3)
- rotate(float, float, float, float)
- rotate(float, Vector3)
- getBuffer()
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) float
get
(int index) mult
(float[] float1) put
(float[] float0) 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
-
Constructor Details
-
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
-