jcreek.cke.util
Class Matrix33

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

public class Matrix33
extends java.lang.Object

Title: Description: Copyright: Copyright (c) 2002 Company:

Version:
1.0
Author:

Field Summary
 double[][] matrix
           
 double scale
           
 
Constructor Summary
Matrix33()
           
Matrix33(Matrix33 init)
           
 
Method Summary
 void mult(Matrix33 mat2)
           
 void setTo(Matrix33 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

Matrix33

public Matrix33()

Matrix33

public Matrix33(Matrix33 init)
Method Detail

mult

public void mult(Matrix33 mat2)

setTo

public void setTo(Matrix33 mat2)


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