|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gjt.universe.gui.AffineBase
This is the base class for the Affine transformation matrices used in the 3D map and manipulation of 3D objects.
Field Summary | |
protected float[][] |
val
|
Constructor Summary | |
protected |
AffineBase()
This protected constructor setups the matrix with all zeros. |
Method Summary | |
void |
CombineXform(AffineBase AB)
Perform Matrix Multiply |
float[][] |
getVal()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected float[][] val
Constructor Detail |
protected AffineBase()
Method Detail |
public float[][] getVal()
public void CombineXform(AffineBase AB)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |