Uses of Class
com.lowagie.text.pdf.parser.Matrix

Packages that use Matrix
com.lowagie.text.pdf.parser   
 

Uses of Matrix in com.lowagie.text.pdf.parser
 

Methods in com.lowagie.text.pdf.parser that return Matrix
 Matrix Matrix.multiply(Matrix by)
          multiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplication
 Matrix Matrix.subtract(Matrix arg)
          Subtracts a matrix from this matrix and returns the results
 

Methods in com.lowagie.text.pdf.parser with parameters of type Matrix
 Vector Vector.cross(Matrix by)
          Computes the cross product of this vector and the specified matrix
 Matrix Matrix.multiply(Matrix by)
          multiplies this matrix by 'b' and returns the result See http://en.wikipedia.org/wiki/Matrix_multiplication
 Matrix Matrix.subtract(Matrix arg)
          Subtracts a matrix from this matrix and returns the results
 



Copyright © 2012. All Rights Reserved.