de.grogra.ray.intersection
Class EndlCellGenerator.BoxIntersectionOutput

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

public class EndlCellGenerator.BoxIntersectionOutput
extends java.lang.Object


Field Summary
 int enteringPart
           
 Point3d enteringPoint
           
 double enteringT
           
 boolean errorOccurred
           
 boolean hasIntersection
           
 int leavingPart
           
 Point3d leavingPoint
           
 double leavingT
           
 
Constructor Summary
EndlCellGenerator.BoxIntersectionOutput()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

enteringPart

public int enteringPart

enteringPoint

public final Point3d enteringPoint

enteringT

public double enteringT

errorOccurred

public boolean errorOccurred

hasIntersection

public boolean hasIntersection

leavingPart

public int leavingPart

leavingPoint

public final Point3d leavingPoint

leavingT

public double leavingT
Constructor Detail

EndlCellGenerator.BoxIntersectionOutput

public EndlCellGenerator.BoxIntersectionOutput()