40 auto& growth_curve = growth_curve_prop.
getCurve();
41 auto step_size = growth_curve_prop.getStepSize();
44 for (
size_t s = 0; s < steps.
size(); ++s) {
45 steps[s] = (s + 1) * step_size;
68 y0 = steps[next_i - 1];
75 SeFloat slope = (y1 - y0) / (x1 - x0);
76 SeFloat target_radius = y0 + (target_flux - x0) * slope;