Uses of Class
com.itextpdf.text.pdf.parser.Matrix
-
Packages that use Matrix Package Description com.itextpdf.text.pdf.parser -
-
Uses of Matrix in com.itextpdf.text.pdf.parser
Methods in com.itextpdf.text.pdf.parser that return Matrix Modifier and Type Method Description MatrixMatrix. multiply(Matrix by)multiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplicationMatrixMatrix. subtract(Matrix arg)Subtracts a matrix from this matrix and returns the resultsMethods in com.itextpdf.text.pdf.parser with parameters of type Matrix Modifier and Type Method Description VectorVector. cross(Matrix by)Computes the cross product of this vector and the specified matrixMatrixMatrix. multiply(Matrix by)multiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplicationMatrixMatrix. subtract(Matrix arg)Subtracts a matrix from this matrix and returns the results
-