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 Matrix3fAdd two matrices together and place the result in a third matrix.static Matrix3fInvert the source matrix and put the result into the destination matrixLoad from another matrixstatic Matrix3fCopy source matrix to destination matrixstatic Matrix3fMultiply 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 Matrix3fNegate the source matrix and place the result in the destination matrix.static Matrix3fMatrix3f.setIdentity(Matrix3f m) Set the matrix to be the identity matrix.static Matrix3fSet the matrix matrix to 0.static Matrix3fSubtract the right matrix from the left and place the result in a third matrix.Transpose this matrix and place the result in another matrixstatic Matrix3fTranspose the source matrix and place the result into the destination matrixMethods in org.lwjgl.util.vector with parameters of type Matrix3fModifier and TypeMethodDescriptionstatic Matrix3fAdd two matrices together and place the result in a third matrix.static Matrix3fInvert the source matrix and put the result into the destination matrixLoad from another matrixstatic Matrix3fCopy source matrix to destination matrixstatic Matrix3fMultiply 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 Matrix3fNegate the source matrix and place the result in the destination matrix.final QuaternionQuaternion.setFromMatrix(Matrix3f m) Sets the value of this quaternion using the rotational component of the passed matrix.static QuaternionQuaternion.setFromMatrix(Matrix3f m, Quaternion q) Sets the value of the source quaternion using the rotational component of the passed matrix.static Matrix3fMatrix3f.setIdentity(Matrix3f m) Set the matrix to be the identity matrix.static Matrix3fSet the matrix matrix to 0.static Matrix3fSubtract the right matrix from the left and place the result in a third matrix.static Vector3fTransform a Vector by a matrix and return the result in a destination vector.Transpose this matrix and place the result in another matrixstatic Matrix3fTranspose the source matrix and place the result into the destination matrix