de.grogra.ray.intersection
Class Intersections.ParallelogramLocalVariables

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

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


Field Summary
 boolean hasIntersection
           
 Point3f invers_point
           
 Ray invers_ray
           
 float invers_t
           
 Point3f point
           
 float t
           
 RTShader.TransparencyInput transparencyInput
           
 
Constructor Summary
Intersections.ParallelogramLocalVariables()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

hasIntersection

public boolean hasIntersection

invers_point

public Point3f invers_point

invers_ray

public final Ray invers_ray

invers_t

public float invers_t

point

public Point3f point

t

public float t

transparencyInput

public final RTShader.TransparencyInput transparencyInput
Constructor Detail

Intersections.ParallelogramLocalVariables

public Intersections.ParallelogramLocalVariables()