Module raytracer

Class CellGenerator.NextCellOutput

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

public static class CellGenerator.NextCellOutput extends Object
  • Field Details

    • nextCell

      public OctreeCell nextCell
    • leavingT

      public double leavingT
    • errorOccurred

      public boolean errorOccurred
  • Constructor Details

    • NextCellOutput

      public NextCellOutput()