de.grogra.ray.intersection
Class CellGenerator.NextCellOutput

java.lang.Object
  extended by de.grogra.ray.intersection.CellGenerator.NextCellOutput
Enclosing interface:
CellGenerator

public static class CellGenerator.NextCellOutput
extends java.lang.Object


Field Summary
 boolean errorOccurred
           
 double leavingT
           
 OctreeCell nextCell
           
 
Constructor Summary
CellGenerator.NextCellOutput()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

errorOccurred

public boolean errorOccurred

leavingT

public double leavingT

nextCell

public OctreeCell nextCell
Constructor Detail

CellGenerator.NextCellOutput

public CellGenerator.NextCellOutput()