de.grogra.ray.intersection
Class Intersections.BoxLocalVariables

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

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


Field Summary
static short BACK
           
static short BOTTOM
           
 Point3f cur_invers_point
           
 float cur_t
           
static short FRONT
           
 boolean hasIntersection
           
 short intersection_part
           
 Point3f invers_point
           
 Ray invers_ray
           
 float invers_t
           
static short LEFT
           
 Point3f point
           
static short RIGHT
           
 float t
           
static short TOP
           
 RTShader.TransparencyInput transparencyInput
           
 float u
           
 float v
           
 
Constructor Summary
Intersections.BoxLocalVariables()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BACK

public static final short BACK
See Also:
Constant Field Values

BOTTOM

public static final short BOTTOM
See Also:
Constant Field Values

cur_invers_point

public Point3f cur_invers_point

cur_t

public float cur_t

FRONT

public static final short FRONT
See Also:
Constant Field Values

hasIntersection

public boolean hasIntersection

intersection_part

public short intersection_part

invers_point

public Point3f invers_point

invers_ray

public final Ray invers_ray

invers_t

public float invers_t

LEFT

public static final short LEFT
See Also:
Constant Field Values

point

public Point3f point

RIGHT

public static final short RIGHT
See Also:
Constant Field Values

t

public float t

TOP

public static final short TOP
See Also:
Constant Field Values

transparencyInput

public final RTShader.TransparencyInput transparencyInput

u

public float u

v

public float v
Constructor Detail

Intersections.BoxLocalVariables

public Intersections.BoxLocalVariables()