de.grogra.ray.intersection
Class Intersections.BoxIntersectionInput

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

public static class Intersections.BoxIntersectionInput
extends java.lang.Object


Field Summary
 Vector3f maxValues
           
 Vector3f minValues
           
 Ray ray
           
 
Constructor Summary
Intersections.BoxIntersectionInput()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

maxValues

public final Vector3f maxValues

minValues

public final Vector3f minValues

ray

public final Ray ray
Constructor Detail

Intersections.BoxIntersectionInput

public Intersections.BoxIntersectionInput()