opticalraytracer
Class RayLensIntersection

java.lang.Object
  extended by opticalraytracer.RayLensIntersection

public class RayLensIntersection
extends java.lang.Object


Constructor Summary
RayLensIntersection()
           
RayLensIntersection(int profile, double x, double y, Lens lens)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RayLensIntersection

public RayLensIntersection(int profile,
                           double x,
                           double y,
                           Lens lens)

RayLensIntersection

public RayLensIntersection()