Uses of Class
org.lwjgl.util.vector.Matrix2f
Packages that use Matrix2f
-
Uses of Matrix2f in org.lwjgl.util.vector
Methods in org.lwjgl.util.vector that return Matrix2fModifier and TypeMethodDescriptionstatic Matrix2fAdd two matrices together and place the result in a third matrix.static Matrix2fInvert the source matrix and place the result in the destination matrix.Load from another matrixstatic Matrix2fCopy the source matrix to the destination matrix.static Matrix2fMultiply the right matrix by the left and place the result in a third matrix.Negate this matrix and stash the result in another matrix.static Matrix2fNegate the source matrix and stash the result in the destination matrix.static Matrix2fMatrix2f.setIdentity(Matrix2f src) Set the source matrix to be the identity matrix.static Matrix2fstatic Matrix2fSubtract the right matrix from the left and place the result in a third matrix.Transpose this matrix and place the result in another matrix.static Matrix2fTranspose the source matrix and place the result in the destination matrix.Methods in org.lwjgl.util.vector with parameters of type Matrix2fModifier and TypeMethodDescriptionstatic Matrix2fAdd two matrices together and place the result in a third matrix.static Matrix2fInvert the source matrix and place the result in the destination matrix.Load from another matrixstatic Matrix2fCopy the source matrix to the destination matrix.static Matrix2fMultiply the right matrix by the left and place the result in a third matrix.Negate this matrix and stash the result in another matrix.static Matrix2fNegate the source matrix and stash the result in the destination matrix.static Matrix2fMatrix2f.setIdentity(Matrix2f src) Set the source matrix to be the identity matrix.static Matrix2fstatic Matrix2fSubtract the right matrix from the left and place the result in a third matrix.static Vector2fTransform a Vector by a matrix and return the result in a destination vector.Transpose this matrix and place the result in another matrix.static Matrix2fTranspose the source matrix and place the result in the destination matrix.Constructors in org.lwjgl.util.vector with parameters of type Matrix2f