Uses of Class
org.lwjgl.util.vector.Matrix
Packages that use Matrix
-
Uses of Matrix in org.lwjgl.util.vector
Subclasses of Matrix in org.lwjgl.util.vectorModifier and TypeClassDescriptionclass
Holds a 2x2 matrixclass
Holds a 3x3 matrix.class
Holds a 4x4 float matrix.Methods in org.lwjgl.util.vector that return MatrixModifier and TypeMethodDescriptionabstract Matrix
Matrix.invert()
Invert this matrixMatrix2f.invert()
Invert this matrixMatrix3f.invert()
Invert this matrixMatrix4f.invert()
Invert this matrixabstract Matrix
Matrix.load
(FloatBuffer buf) Load from a float buffer.Matrix2f.load
(FloatBuffer buf) Load from a float buffer.Matrix3f.load
(FloatBuffer buf) Load from a float buffer.Matrix4f.load
(FloatBuffer buf) Load from a float buffer.abstract Matrix
Matrix.loadTranspose
(FloatBuffer buf) Load from a float buffer.Matrix2f.loadTranspose
(FloatBuffer buf) Load from a float buffer.Matrix3f.loadTranspose
(FloatBuffer buf) Load from a float buffer.Matrix4f.loadTranspose
(FloatBuffer buf) Load from a float buffer.abstract Matrix
Matrix.negate()
Negate this matrixMatrix2f.negate()
Negate this matrixMatrix3f.negate()
Negate this matrixMatrix4f.negate()
Negate this matrixabstract Matrix
Matrix.setIdentity()
Set this matrix to be the identity matrix.Matrix2f.setIdentity()
Set this matrix to be the identity matrix.Matrix3f.setIdentity()
Set this matrix to be the identity matrix.Matrix4f.setIdentity()
Set this matrix to be the identity matrix.abstract Matrix
Matrix.setZero()
Set this matrix to 0.Matrix2f.setZero()
Set this matrix to 0.Matrix3f.setZero()
Set this matrix to 0.Matrix4f.setZero()
Set this matrix to 0.abstract Matrix
Matrix.store
(FloatBuffer buf) Store this matrix in a float buffer.Matrix2f.store
(FloatBuffer buf) Store this matrix in a float buffer.Matrix3f.store
(FloatBuffer buf) Store this matrix in a float buffer.Matrix4f.store
(FloatBuffer buf) Store this matrix in a float buffer.Matrix4f.store3f
(FloatBuffer buf) Store the rotation portion of this matrix in a float buffer.abstract Matrix
Matrix.storeTranspose
(FloatBuffer buf) Store this matrix in a float buffer.Matrix2f.storeTranspose
(FloatBuffer buf) Store this matrix in a float buffer.Matrix3f.storeTranspose
(FloatBuffer buf) Store this matrix in a float buffer.Matrix4f.storeTranspose
(FloatBuffer buf) Store this matrix in a float buffer.abstract Matrix
Matrix.transpose()
Transpose this matrixMatrix2f.transpose()
Transpose this matrixMatrix3f.transpose()
Transpose this matrixMatrix4f.transpose()
Transpose this matrix