de.grogra.ray.intersection
Class DefaultCellGenerator.FirstCellLocals

java.lang.Object
  extended by de.grogra.ray.intersection.DefaultCellGenerator.FirstCellLocals
Enclosing class:
DefaultCellGenerator

public class DefaultCellGenerator.FirstCellLocals
extends java.lang.Object


Field Summary
 int bit_mask
           
 int bit_x
           
 int bit_y
           
 int bit_z
           
 int child
           
 OctreeCell cur_cell
           
 int cur_depth
           
 OctreeCell lastFirstCellFromOutside
           
 int lastPart
           
 int shift
           
 int x
           
 int y
           
 int z
           
 
Constructor Summary
DefaultCellGenerator.FirstCellLocals()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bit_mask

public int bit_mask

bit_x

public int bit_x

bit_y

public int bit_y

bit_z

public int bit_z

child

public int child

cur_cell

public OctreeCell cur_cell

cur_depth

public int cur_depth

lastFirstCellFromOutside

public OctreeCell lastFirstCellFromOutside

lastPart

public int lastPart

shift

public int shift

x

public int x

y

public int y

z

public int z
Constructor Detail

DefaultCellGenerator.FirstCellLocals

public DefaultCellGenerator.FirstCellLocals()