de.grogra.ray.intersection
Class Intersections.SphereIntersectionLocalVariables

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

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


Field Summary
 float a
           
 float b
           
 float c
           
 float D
           
 Vector3f dg
           
 Vector3f g
           
 Ray invers_ray
           
 float invers_t
           
 
Constructor Summary
Intersections.SphereIntersectionLocalVariables()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

a

public float a

b

public float b

c

public float c

D

public float D

dg

public Vector3f dg

g

public Vector3f g

invers_ray

public Ray invers_ray

invers_t

public float invers_t
Constructor Detail

Intersections.SphereIntersectionLocalVariables

public Intersections.SphereIntersectionLocalVariables()