19#ifndef _RAY_PROCESSORS_CONIC_LENS_H
20#define _RAY_PROCESSORS_CONIC_LENS_H
22#include <RayTracingEngine.h>
28 bool m_convex =
false;
34 void setCenterOffset(Real, Real);
36 void setCurvatureRadius(Real);
37 void setConicConstant(Real);
38 void setRefractiveIndex(Real , Real);
41 virtual std::string name()
const;
Definition: ConicLens.h:27
Definition: MediumBoundary.h:35