Class Matrix4
java.lang.Object
zombie.core.skinnedmodel.Matrix4
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclear()
clearToOrtho
(float float5, float float4, float float3, float float2, float float1, float float0) clearToPerspective
(float float1, float float4, float float5, float float2, float float3) float
get
(int int0) mult
(float[] floats1) put
(float[] floats) put
(int int0, float float0) rotate
(float float1, float float4, float float5, float float6) scale
(float float0, float float1, float float2) translate
(float float0, float float1, float float2)
-
Field Details
-
Identity
-
-
Constructor Details
-
Matrix4
public Matrix4() -
Matrix4
public Matrix4(float[] floats) -
Matrix4
-
-
Method Details
-
clear
-
clearToIdentity
-
clearToOrtho
public Matrix4 clearToOrtho(float float5, float float4, float float3, float float2, float float1, float float0) -
clearToPerspective
public Matrix4 clearToPerspective(float float1, float float4, float float5, float float2, float float3) -
get
public float get(int int0) -
put
-
put
-
put
-
put
-
mult
-
mult
-
transpose
-
translate
-
translate
-
scale
-
scale
-
rotate
-
rotate
-
getBuffer
-