de.grogra.ray.intersection
Class Intersections.CylinderInput

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

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


Field Summary
 Matrix4f invers_transformation
           
 int minIndex
           
 boolean open_bottom
           
 boolean open_top
           
 Ray ray
           
 Vector3f top_normal
           
 Vector3f top_tangenteU
           
 Vector3f top_tangenteV
           
 Matrix4f transformation
           
 
Constructor Summary
Intersections.CylinderInput()
           
 
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

minIndex

public int minIndex

open_bottom

public boolean open_bottom

open_top

public boolean open_top

ray

public final Ray ray

top_normal

public final Vector3f top_normal

top_tangenteU

public final Vector3f top_tangenteU

top_tangenteV

public final Vector3f top_tangenteV

transformation

public final Matrix4f transformation
Constructor Detail

Intersections.CylinderInput

public Intersections.CylinderInput()