Uses of Class
toxi.geom.Matrix4f
Packages that use Matrix4f
-
Uses of Matrix4f in toxi.geom
Modifier and TypeMethodDescriptionfinal voidAdds a scalar to each component of the matrix m1 and places the result into this.final voidSets the value of this matrix to the sum of itself and matrix m1.final voidSets the value of this matrix to the matrix sum of matrices m1 and m2.booleanMatrix4f.epsilonEquals(Matrix4f m1, float epsilon) Returns true if the L-infinite distance between this matrix and matrix m1 is less than or equal to the epsilon parameter, otherwise returns false.booleanReturns true if all of the data members of Matrix4f m1 are equal to the corresponding data members in this Matrix4f.final voidPlaces the values in the upper 4x4 of this GMatrix into the matrix m1.final voidSets the value of this matrix to the matrix inverse of the passed (user declared) matrix m1.final voidMultiplies each element of matrix m1 by a scalar and places the result into this.final voidSets the value of this matrix to the result of multiplying itself with matrix m1.final voidSets the value of this matrix to the result of multiplying the two argument matrices together.final voidMatrix4f.mulTransposeBoth(Matrix4f m1, Matrix4f m2) Multiplies the transpose of matrix m1 times the transpose of matrix m2, and places the result into this.final voidMatrix4f.mulTransposeLeft(Matrix4f m1, Matrix4f m2) Multiplies the transpose of matrix m1 times matrix m2, and places the result into this.final voidMatrix4f.mulTransposeRight(Matrix4f m1, Matrix4f m2) Multiplies matrix m1 times the transpose of matrix m2, and places the result into this.final voidSets the value of this matrix equal to the negation of of the Matrix4f parameter.final voidSets the value of this matrix to that of the Matrix4f provided.final voidSets the value of this matrix to a copy of the passed matrix m1.final voidSets this matrix to the matrix difference of itself and matrix m1 (this = this - m1).final voidPerforms an element-by-element subtraction of matrix m2 from matrix m1 and places the result into matrix this (this = m2 - m1).final voidSets the value of this matrix to the transpose of the argument matrix.