jcreek.cke.util
Class Matrix44

java.lang.Object
  extended byjcreek.cke.util.Matrix44

public class Matrix44
extends java.lang.Object

A 4x4 Matrix class.

Here is the source.

Author:
Larry Barowski

Field Summary
 double[][] matrix
           
 double scale
           
 
Constructor Summary
Matrix44()
           
Matrix44(Matrix44 init)
           
 
Method Summary
 void mult(Matrix44 mat2)
           
 void setTo(Matrix44 mat2)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

matrix

public double[][] matrix

scale

public double scale
Constructor Detail

Matrix44

public Matrix44()

Matrix44

public Matrix44(Matrix44 init)
Method Detail

mult

public void mult(Matrix44 mat2)

setTo

public void setTo(Matrix44 mat2)


Created at IDI, NTNU by the Artificial Intelligence and Learning group