Uses of Class
opticalraytracer.RayTraceComputer

Uses of RayTraceComputer in opticalraytracer
 

Constructors in opticalraytracer with parameters of type RayTraceComputer
ControlPanelManager(OpticalRayTracer p, RayTraceComputer rtc)
           
GraphicDisplay(OpticalRayTracer p, RayTraceComputer rtc)
          Creates new form graphicDsiplay
Lens(OpticalRayTracer parent, RayTraceComputer rtc, double cx, double cy, double lensRadius, double leftSphereRadius, double rightSphereRadius, double userThickness, double ior, double lcf, double rcf, double dispersion, boolean leftHyp, boolean rightHyp, boolean symmetrical)
           
Lens(OpticalRayTracer parent, RayTraceComputer rtc, java.lang.String desc)