Uses of Class
raytracer.internal.Matrix

Packages that use Matrix
raytracer.internal   
 

Uses of Matrix in raytracer.internal
 

Methods in raytracer.internal that return Matrix
 Matrix Matrix.mulLeft(Matrix a)
          Returns a new matrix object which is A*THIS
 Matrix Matrix.mulRight(Matrix a)
          Returns a new matrix object which is THIS*A
 Matrix Matrix.mulLeftTrans(Matrix a)
          Returns a new matrix object which is At*THIS
 Matrix Matrix.mulRightTrans(Matrix a)
          Returns a new matrix object which is THIS*At
 Matrix Transformation.getMatrix()
          Returns the transformation matrix
 Matrix Transformation.getInverse()
          Returns the inverse of the transformation matrix
 

Methods in raytracer.internal with parameters of type Matrix
 Matrix Matrix.mulLeft(Matrix a)
          Returns a new matrix object which is A*THIS
 Matrix Matrix.mulRight(Matrix a)
          Returns a new matrix object which is THIS*A
 Matrix Matrix.mulLeftTrans(Matrix a)
          Returns a new matrix object which is At*THIS
 Matrix Matrix.mulRightTrans(Matrix a)
          Returns a new matrix object which is THIS*At