|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcreek.cke.util.Matrix33
Title: Description: Copyright: Copyright (c) 2002 Company:
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 |
public double[][] matrix
public double scale
Constructor Detail |
public Matrix33()
public Matrix33(Matrix33 init)
Method Detail |
public void mult(Matrix33 mat2)
public void setTo(Matrix33 mat2)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |