de.grogra.ray.intersection
Class Intersections.SphereIntersectionInput

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

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


Field Summary
 Matrix4f invers_transformation
           
 Ray ray
           
 float squareRadius
           
 
Constructor Summary
Intersections.SphereIntersectionInput()
           
 
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

ray

public Ray ray

squareRadius

public float squareRadius
Constructor Detail

Intersections.SphereIntersectionInput

public Intersections.SphereIntersectionInput()