Uses of Class
zombie.core.skinnedmodel.Matrix4
Packages that use Matrix4
-
Uses of Matrix4 in zombie.core.skinnedmodel
Fields in zombie.core.skinnedmodel declared as Matrix4Methods in zombie.core.skinnedmodel that return Matrix4Modifier and TypeMethodDescriptionMatrix4.clear()
Matrix4.clearToIdentity()
Matrix4.clearToOrtho
(float float5, float float4, float float3, float float2, float float1, float float0) Matrix4.clearToPerspective
(float float1, float float4, float float5, float float2, float float3) Matrix4.mult
(float[] floats1) Matrix4.put
(float[] floats) Matrix4.put
(int int0, float float0) Matrix4.rotate
(float float1, float float4, float float5, float float6) Matrix4.scale
(float float0, float float1, float float2) Matrix4.translate
(float float0, float float1, float float2) Matrix4.transpose()
Methods in zombie.core.skinnedmodel with parameters of type Matrix4Modifier and TypeMethodDescriptionConstructors in zombie.core.skinnedmodel with parameters of type Matrix4