Module raytracer

Class EndlCellGenerator.BoxIntersectionOutput

java.lang.Object
de.grogra.ray.intersection.EndlCellGenerator.BoxIntersectionOutput
Enclosing class:
EndlCellGenerator

public class EndlCellGenerator.BoxIntersectionOutput extends Object
  • Field Details

    • hasIntersection

      public boolean hasIntersection
    • enteringT

      public double enteringT
    • enteringPoint

      public final Point3d enteringPoint
    • enteringPart

      public int enteringPart
    • leavingT

      public double leavingT
    • leavingPoint

      public final Point3d leavingPoint
    • leavingPart

      public int leavingPart
    • errorOccurred

      public boolean errorOccurred
  • Constructor Details

    • BoxIntersectionOutput

      public BoxIntersectionOutput()