Raytracing
Class KDTNode
java.lang.Object
Raytracing.KDTNode
public class KDTNode
- extends java.lang.Object
|
Constructor Summary |
KDTNode(Tuple.Tuple3f min,
Tuple.Tuple3f max,
int axis)
|
|
Method Summary |
void |
add(java.util.Vector newObs,
int maxSize,
int depth,
int maxDepth)
|
void |
draw(processing.core.PApplet g)
|
protected boolean |
procTerminal(Ray state,
float t0,
float t1)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KDTNode
public KDTNode(Tuple.Tuple3f min,
Tuple.Tuple3f max,
int axis)
add
public void add(java.util.Vector newObs,
int maxSize,
int depth,
int maxDepth)
draw
public void draw(processing.core.PApplet g)
procTerminal
protected boolean procTerminal(Ray state,
float t0,
float t1)