de.grogra.ray.intersection
Class Intersections.ParallelogramInput

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

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


Field Summary
 Matrix4f invers_transformation
           
 Vector3f normal
           
 Ray ray
           
 Vector3f tangenteU
           
 Vector3f tangenteV
           
 Matrix4f transformation
           
 RTShader transparencyShader
           
 
Constructor Summary
Intersections.ParallelogramInput()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

invers_transformation

public final Matrix4f invers_transformation

normal

public final Vector3f normal

ray

public final Ray ray

tangenteU

public final Vector3f tangenteU

tangenteV

public final Vector3f tangenteV

transformation

public final Matrix4f transformation

transparencyShader

public RTShader transparencyShader
Constructor Detail

Intersections.ParallelogramInput

public Intersections.ParallelogramInput()