de.grogra.ray.intersection
Class EndlCellGenerator.BoxIntersectionInput

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

public class EndlCellGenerator.BoxIntersectionInput
extends java.lang.Object


Field Summary
 Vector3d direction
           
 Vector3f maxValues
           
 Vector3f minValues
           
 Point3d origin
           
 
Constructor Summary
EndlCellGenerator.BoxIntersectionInput()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

direction

public final Vector3d direction

maxValues

public final Vector3f maxValues

minValues

public final Vector3f minValues

origin

public final Point3d origin
Constructor Detail

EndlCellGenerator.BoxIntersectionInput

public EndlCellGenerator.BoxIntersectionInput()