Uses of Class
math.TransformationMatrix4x4

Packages that use TransformationMatrix4x4
math   
objects   
raytracer   
 

Uses of TransformationMatrix4x4 in math
 

Methods in math that return TransformationMatrix4x4
static TransformationMatrix4x4 MatrixOps.multiply(TransformationMatrix4x4 m1, TransformationMatrix4x4 m2)
          multiplies two transformation matrices
 

Methods in math with parameters of type TransformationMatrix4x4
static TransformationMatrix4x4 MatrixOps.multiply(TransformationMatrix4x4 m1, TransformationMatrix4x4 m2)
          multiplies two transformation matrices
 void TransformationMatrix4x4.transform(TransformationMatrix4x4 mat)
          creates a scale matrix in all directions
 

Constructors in math with parameters of type TransformationMatrix4x4
TransformationMatrix4x4(TransformationMatrix4x4 tm)
           
 

Uses of TransformationMatrix4x4 in objects
 

Fields in objects declared as TransformationMatrix4x4
 TransformationMatrix4x4 Object.trans
           
 

Methods in objects that return TransformationMatrix4x4
 TransformationMatrix4x4 Object.getTransformationMatrix()
           
 

Methods in objects with parameters of type TransformationMatrix4x4
 void Object.setTransformationMatrix(TransformationMatrix4x4 m)
           
 void UnitSphere.transform(TransformationMatrix4x4 trans)
           
 void Quadric.transform(TransformationMatrix4x4 m)
           
 void IObject.transform(TransformationMatrix4x4 m)
          transforms the object with the matrix m
 void Intersection.transform(TransformationMatrix4x4 m)
           
 void HalfSpace.transform(TransformationMatrix4x4 m)
           
 void Box.transform(TransformationMatrix4x4 trans)
           
 void Assembly.transform(TransformationMatrix4x4 m)
           
 

Uses of TransformationMatrix4x4 in raytracer
 

Methods in raytracer with parameters of type TransformationMatrix4x4
 void Camera.transform(TransformationMatrix4x4 tm)
          transforms the camera