35 #ifndef IECORE_STANDARDRADIALLENSMODEL_H
36 #define IECORE_STANDARDRADIALLENSMODEL_H
41 #include "IECore/Export.h"
42 #include "IECore/LensModel.h"
63 void validate()
override;
64 Imath::V2d distort( Imath::V2d p )
override;
65 Imath::V2d undistort( Imath::V2d p )
override;
79 Imath::V2d UVtoDN(
const Imath::V2d& uv );
84 Imath::V2d DNtoUV(
const Imath::V2d& uv );
88 double m_filmbackDiagonal;
89 Imath::V2d m_dnFilmback, m_dnOffset;
90 double m_cxx, m_cxy, m_cyx, m_cyy, m_cxxx;
91 double m_cxxy, m_cxyy, m_cyxx, m_cyyx, m_cyyy;
106 #endif // IECORE_STANDARDRADIALLENSMODEL_H
Definition: LensModel.h:75
Definition: StandardRadialLensModel.h:57
Definition: LensModel.h:152
This namespace contains all components of the core library.
Definition: AddSmoothSkinningInfluencesOp.h:43