|
Generated by JDiff |
||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES | DETAIL: CONSTRUCTORS | METHODS | FIELDS |
Changed Constructors | ||
float,
float
|
Documentation changed from old to new. |
Constructs a matrix that represents translation. |
float,
float
|
Documentation changed from old to new. |
Creates a Matrix with 6 specified entries. |
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. |
|
|||||||||
PREV CLASS NEXT CLASS FRAMES NO FRAMES |