Generated by
JDiff

Class com.itextpdf.kernel.geom.Matrix

Changed Constructors
Matrix( float, float ) Documentation changed from old to new.
Constructs a matrix that represents translation.
Matrix( float, float , float , float , float , float ) Documentation changed from old to new.
Creates a Matrix with 6 specified entries.
Matrix( float, float , float , float , float , float , float , float , float ) Documentation changed from old to new.
Creates a Matrix with 9 specified entries.
 

Changed Methods
Matrix  add( Matrix) Documentation changed from old to new.
Adds a matrix from this matrix and returns the results.
boolean  equals( Object) Documentation changed from old to new.
Checks equality of matrices.
float  get( int) Documentation changed from old to new.
Gets a specific value inside the matrix.
float  getDeterminant() Documentation changed from old to new.
Computes the determinant of the matrix.
int  hashCode() Documentation changed from old to new.
Generates a hash code for this object.
Matrix  multiply( Matrix) Documentation changed from old to new.
multiplies this matrix by 'b' and returns the result.
Matrix  subtract( Matrix) Documentation changed from old to new.
Subtracts a matrix from this matrix and returns the results.
String  toString() Documentation changed from old to new.
Generates a String representation of the matrix.