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 TypeClassDescriptionclassHolds a 2x2 matrixclassHolds a 3x3 matrix.classHolds a 4x4 float matrix.Methods in org.lwjgl.util.vector that return MatrixModifier and TypeMethodDescriptionabstract MatrixMatrix.invert()Invert this matrixMatrix2f.invert()Invert this matrixMatrix3f.invert()Invert this matrixMatrix4f.invert()Invert this matrixabstract MatrixMatrix.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 MatrixMatrix.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 MatrixMatrix.negate()Negate this matrixMatrix2f.negate()Negate this matrixMatrix3f.negate()Negate this matrixMatrix4f.negate()Negate this matrixabstract MatrixMatrix.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 MatrixMatrix.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 MatrixMatrix.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 MatrixMatrix.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 MatrixMatrix.transpose()Transpose this matrixMatrix2f.transpose()Transpose this matrixMatrix3f.transpose()Transpose this matrixMatrix4f.transpose()Transpose this matrix