de.grogra.ray.intersection
Class Intersections.PlaneInput

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

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


Field Summary
 Matrix4f invers_transformation
           
 Vector3f normal
           
 Ray ray
           
 Vector3f tangenteU
           
 Vector3f tangenteV
           
 Matrix4f transformation
           
 RTShader transparencyShader
           
 
Constructor Summary
Intersections.PlaneInput()
           
 
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 Matrix4f invers_transformation

normal

public Vector3f normal

ray

public Ray ray

tangenteU

public Vector3f tangenteU

tangenteV

public Vector3f tangenteV

transformation

public Matrix4f transformation

transparencyShader

public RTShader transparencyShader
Constructor Detail

Intersections.PlaneInput

public Intersections.PlaneInput()