Uses of Class
quicktime.qd3d.math.Matrix3x3

Packages that use Matrix3x3
quicktime.qd3d.math   
 

Uses of Matrix3x3 in quicktime.qd3d.math
 

Methods in quicktime.qd3d.math that return Matrix3x3
 Matrix3x3 Matrix3x3.copy()
          Returns a copy of the matrix.
 Matrix3x3 Matrix3x3.transpose()
          Returns the transpose of the matrix.
 Matrix3x3 Matrix3x3.invert()
          Returns the inverse of the matrix.
 Matrix3x3 Matrix3x3.adjoint()
          Returns the adjoint of the matrix.
 Matrix3x3 Matrix3x3.multiply(Matrix3x3 matrixB)
          Returns the product of the two 3-by-3 matrices, this and matrixB.
 

Methods in quicktime.qd3d.math with parameters of type Matrix3x3
 Matrix3x3 Matrix3x3.multiply(Matrix3x3 matrixB)
          Returns the product of the two 3-by-3 matrices, this and matrixB.