graphics.raytracers.tracer.primatives
Class Isect

java.lang.Object
  extended by graphics.raytracers.tracer.primatives.Isect

public class Isect
extends java.lang.Object


Field Summary
 int enter
           
 Primitive prim
           
 Surface surf
           
 double t
           
 
Constructor Summary
Isect()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

t

public double t

enter

public int enter

prim

public Primitive prim

surf

public Surface surf
Constructor Detail

Isect

public Isect()