Module raytracer
Package de.grogra.ray.intersection
Class DefaultCellGenerator.BoxIntersectionOutput
java.lang.Object
de.grogra.ray.intersection.DefaultCellGenerator.BoxIntersectionOutput
- Enclosing class:
- DefaultCellGenerator
-
Field Details
-
hasIntersection
public boolean hasIntersection -
enteringT
public double enteringT -
enteringPoint
-
enteringPart
public int enteringPart -
leavingT
public double leavingT -
leavingPoint
-
leavingPart
public int leavingPart
-
-
Constructor Details
-
BoxIntersectionOutput
public BoxIntersectionOutput()
-