apps.lightrays.raytracer.scene
Class RayHitInfo

java.lang.Object
  extended by apps.lightrays.raytracer.scene.RayHitInfo

public class RayHitInfo
extends java.lang.Object

The Class RayHitInfo.


Field Summary
 double distance
          The distance.
 Point intersect
          The intersect.
 Vector normal
          The normal.
 SceneObject object
          The object.
 
Constructor Summary
RayHitInfo()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

distance

public double distance
The distance.


intersect

public Point intersect
The intersect.


normal

public Vector normal
The normal.


object

public SceneObject object
The object.

Constructor Detail

RayHitInfo

public RayHitInfo()