File SlopeError.h
File List > Intern > rayx-core > src > Shader > SlopeError.h
Go to the documentation of this file
#pragma once
namespace rayx {
struct SlopeError {
double m_sag;
double m_mer;
double m_thermalDistortionAmp;
double m_thermalDistortionSigmaX;
double m_thermalDistortionSigmaZ;
double m_cylindricalBowingAmp;
double m_cylindricalBowingRadius;
};
} // namespace rayx