Uses of Class
org.lwjgl.util.vector.Matrix3f
Packages that use Matrix3f
-
Uses of Matrix3f in org.lwjgl.util.vector
Methods in org.lwjgl.util.vector that return Matrix3fModifier and TypeMethodDescriptionstatic Matrix3f
Add two matrices together and place the result in a third matrix.static Matrix3f
Invert the source matrix and put the result into the destination matrixLoad from another matrixstatic Matrix3f
Copy source matrix to destination matrixstatic Matrix3f
Multiply the right matrix by the left and place the result in a third matrix.Negate this matrix and place the result in a destination matrix.static Matrix3f
Negate the source matrix and place the result in the destination matrix.static Matrix3f
Matrix3f.setIdentity
(Matrix3f m) Set the matrix to be the identity matrix.static Matrix3f
Set the matrix matrix to 0.static Matrix3f
Subtract the right matrix from the left and place the result in a third matrix.Transpose this matrix and place the result in another matrixstatic Matrix3f
Transpose the source matrix and place the result into the destination matrixMethods in org.lwjgl.util.vector with parameters of type Matrix3fModifier and TypeMethodDescriptionstatic Matrix3f
Add two matrices together and place the result in a third matrix.static Matrix3f
Invert the source matrix and put the result into the destination matrixLoad from another matrixstatic Matrix3f
Copy source matrix to destination matrixstatic Matrix3f
Multiply the right matrix by the left and place the result in a third matrix.Negate this matrix and place the result in a destination matrix.static Matrix3f
Negate the source matrix and place the result in the destination matrix.final Quaternion
Quaternion.setFromMatrix
(Matrix3f m) Sets the value of this quaternion using the rotational component of the passed matrix.static Quaternion
Quaternion.setFromMatrix
(Matrix3f m, Quaternion q) Sets the value of the source quaternion using the rotational component of the passed matrix.static Matrix3f
Matrix3f.setIdentity
(Matrix3f m) Set the matrix to be the identity matrix.static Matrix3f
Set the matrix matrix to 0.static Matrix3f
Subtract the right matrix from the left and place the result in a third matrix.static Vector3f
Transform a Vector by a matrix and return the result in a destination vector.Transpose this matrix and place the result in another matrixstatic Matrix3f
Transpose the source matrix and place the result into the destination matrix