Uses of Class
quicktime.qd3d.math.Matrix4x4

Packages that use Matrix4x4
quicktime.qd3d.math   
 

Uses of Matrix4x4 in quicktime.qd3d.math
 

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

Methods in quicktime.qd3d.math with parameters of type Matrix4x4
 Matrix4x4 Matrix4x4.multiply(Matrix4x4 matrixB)
          Returns the product of the two 4-by-4 matrices, this and matrixB.
 void Quaternion.setMatrix(Matrix4x4 matrix)
          Sets a quaternion that has the same transformational properties as the matrix specified by the matrix parameter.