raytracer.internal
Class Hit

java.lang.Object
  |
  +--raytracer.internal.Hit

public class Hit
extends java.lang.Object


Field Summary
 Surface surface
           
 float t
           
 
Constructor Summary
Hit()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

surface

public Surface surface

t

public float t
Constructor Detail

Hit

public Hit()