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 Matrix2f
Add two matrices together and place the result in a third matrix.static Matrix2f
Invert the source matrix and place the result in the destination matrix.Load from another matrixstatic Matrix2f
Copy the source matrix to the destination matrix.static Matrix2f
Multiply 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 Matrix2f
Negate the source matrix and stash the result in the destination matrix.static Matrix2f
Matrix2f.setIdentity
(Matrix2f src) Set the source matrix to be the identity matrix.static Matrix2f
static Matrix2f
Subtract 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 Matrix2f
Transpose the source matrix and place the result in the destination matrix.Methods in org.lwjgl.util.vector with parameters of type Matrix2fModifier and TypeMethodDescriptionstatic Matrix2f
Add two matrices together and place the result in a third matrix.static Matrix2f
Invert the source matrix and place the result in the destination matrix.Load from another matrixstatic Matrix2f
Copy the source matrix to the destination matrix.static Matrix2f
Multiply 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 Matrix2f
Negate the source matrix and stash the result in the destination matrix.static Matrix2f
Matrix2f.setIdentity
(Matrix2f src) Set the source matrix to be the identity matrix.static Matrix2f
static Matrix2f
Subtract the right matrix from the left and place the result in a third matrix.static Vector2f
Transform a Vector by a matrix and return the result in a destination vector.Transpose this matrix and place the result in another matrix.static Matrix2f
Transpose the source matrix and place the result in the destination matrix.Constructors in org.lwjgl.util.vector with parameters of type Matrix2f