de.grogra.ray.intersection
Class Intersections.SphereInput

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

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


Field Summary
 Matrix4f invers_transformation
           
 int minIndex
           
 float radius
           
 Ray ray
           
 float squareRadius
           
 Matrix4f transformation
           
 
Constructor Summary
Intersections.SphereInput()
           
 
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

minIndex

public int minIndex

radius

public float radius

ray

public Ray ray

squareRadius

public float squareRadius

transformation

public Matrix4f transformation
Constructor Detail

Intersections.SphereInput

public Intersections.SphereInput()