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 left, float right, float bottom, float top, float near, float far) Matrix4.clearToPerspective
(float fovRad, float width, float height, float near, float far) Matrix4.mult
(float[] float1) Matrix4.put
(float[] float0) Matrix4.put
(int index, float f) Matrix4.rotate
(float angle, float x, float y, float z) Matrix4.scale
(float x, float y, float z) Matrix4.translate
(float x, float y, float z) Matrix4.transpose()
Methods in zombie.core.skinnedmodel with parameters of type Matrix4Constructors in zombie.core.skinnedmodel with parameters of type Matrix4