de.grogra.ray.intersection
Class EndlCellGenerator.DeterminingCellLocals

java.lang.Object
  extended by de.grogra.ray.intersection.EndlCellGenerator.DeterminingCellLocals
Enclosing class:
EndlCellGenerator

public class EndlCellGenerator.DeterminingCellLocals
extends java.lang.Object


Field Summary
 int bit_mask
           
 int bit_x
           
 int bit_y
           
 int bit_z
           
 OctreeCell cell
           
 int child_index
           
 int index_x
           
 int index_y
           
 int index_z
           
 int shift
           
 
Constructor Summary
EndlCellGenerator.DeterminingCellLocals()
           
 
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

cell

public OctreeCell cell

child_index

public int child_index

index_x

public int index_x

index_y

public int index_y

index_z

public int index_z

shift

public int shift
Constructor Detail

EndlCellGenerator.DeterminingCellLocals

public EndlCellGenerator.DeterminingCellLocals()