de.grogra.ray.intersection
Class Intersections.BoxInput

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

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


Field Summary
 float expansion_x
           
 float expansion_y
           
 float expansion_z
           
 Vector3f front_normal
           
 Matrix4f invers_transformation
           
 int minIndex
           
 Ray ray
           
 Vector3f right_normal
           
 Vector3f top_normal
           
 Matrix4f transformation
           
 
Constructor Summary
Intersections.BoxInput()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expansion_x

public float expansion_x

expansion_y

public float expansion_y

expansion_z

public float expansion_z

front_normal

public final Vector3f front_normal

invers_transformation

public final Matrix4f invers_transformation

minIndex

public int minIndex

ray

public final Ray ray

right_normal

public final Vector3f right_normal

top_normal

public final Vector3f top_normal

transformation

public final Matrix4f transformation
Constructor Detail

Intersections.BoxInput

public Intersections.BoxInput()