de.grogra.ray.intersection
Class Intersections.ConeInput

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

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


Field Summary
 Vector3f bottom_normal
           
 Vector3f bottom_tangenteU
           
 Vector3f bottom_tangenteV
           
 Matrix4f invers_transformation
           
 int minIndex
           
 boolean open_bottom
           
 Ray ray
           
 Matrix4f transformation
           
 
Constructor Summary
Intersections.ConeInput()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

bottom_normal

public final Vector3f bottom_normal

bottom_tangenteU

public final Vector3f bottom_tangenteU

bottom_tangenteV

public final Vector3f bottom_tangenteV

invers_transformation

public final Matrix4f invers_transformation

minIndex

public int minIndex

open_bottom

public boolean open_bottom

ray

public final Ray ray

transformation

public final Matrix4f transformation
Constructor Detail

Intersections.ConeInput

public Intersections.ConeInput()