de.grogra.ray.intersection
Class DefaultCellGenerator.BoxIntersectionInput

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

public class DefaultCellGenerator.BoxIntersectionInput
extends java.lang.Object


Field Summary
 Vector3d direction
           
 Vector3f maxValues
           
 Vector3f minValues
           
 Point3d origin
           
 
Constructor Summary
DefaultCellGenerator.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

DefaultCellGenerator.BoxIntersectionInput

public DefaultCellGenerator.BoxIntersectionInput()