22 : m_material(material),
23 m_thickness(thickness),
24 m_thicknessInX0((
eps < material.X0()) ? (thickness / material.X0()) : 0),
25 m_thicknessInL0((
eps < material.L0()) ? (thickness / material.L0()) : 0) {
38 for (
const auto&
layer : layers) {
45 m_thicknessInX0 *= scale;
46 m_thicknessInL0 *= scale;