|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.jagrlib.CSGNode.Child
protected static class CSGNode.Child
Field Summary | |
---|---|
TrMatrix |
m
Transform matrix from child-object space to parent space. |
TrMatrix |
mInv
Transform matrix from parent space to child-object space (for rays, ..). |
SceneNode |
node
Reference to the child node. |
Constructor Summary | |
---|---|
CSGNode.Child(SceneNode _node,
TrMatrix _m,
TrMatrix _mInv)
|
Method Summary | |
---|---|
TrMatrix |
getInvMatrix()
|
TrMatrix |
getMatrix()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public SceneNode node
public TrMatrix m
public TrMatrix mInv
Constructor Detail |
---|
public CSGNode.Child(SceneNode _node, TrMatrix _m, TrMatrix _mInv)
Method Detail |
---|
public TrMatrix getMatrix()
public TrMatrix getInvMatrix()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |