|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--marchingcubes.MCMatrixStack
| Constructor Summary | |
MCMatrixStack()
default contructor of a MCMatrixStack object |
|
| Method Summary | |
void |
load(marchingcubes.MCMatrix4 m)
loads a matrix at the top of the stack |
void |
mult(marchingcubes.MCMatrix4 m)
multiply the top of the stack by the specified matrix |
marchingcubes.MCMatrix4 |
peek()
returns the top of the stack without removing it |
void |
pop()
removes the top of the stack |
void |
push()
duplicates the top of the stack |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MCMatrixStack()
| Method Detail |
public void push()
public void pop()
public marchingcubes.MCMatrix4 peek()
public void load(marchingcubes.MCMatrix4 m)
m - the matrix to loadpublic void mult(marchingcubes.MCMatrix4 m)
m - matrix used to multiply the top of the stack
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||