de.grogra.ray.intersection
Class DefaultCellGenerator.BoxIntersectionOutput

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

public class DefaultCellGenerator.BoxIntersectionOutput
extends java.lang.Object


Field Summary
 int enteringPart
           
 Point3d enteringPoint
           
 double enteringT
           
 boolean hasIntersection
           
 int leavingPart
           
 Point3d leavingPoint
           
 double leavingT
           
 
Constructor Summary
DefaultCellGenerator.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

hasIntersection

public boolean hasIntersection

leavingPart

public int leavingPart

leavingPoint

public final Point3d leavingPoint

leavingT

public double leavingT
Constructor Detail

DefaultCellGenerator.BoxIntersectionOutput

public DefaultCellGenerator.BoxIntersectionOutput()