Module raytracer

Class DefaultCellGenerator.BoxIntersectionOutput

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

public class DefaultCellGenerator.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
  • Constructor Details

    • BoxIntersectionOutput

      public BoxIntersectionOutput()