SCurve s_curve_from_input(float x, float y)
Generate an S-Curve from user input.
float calculate_s_curve(float x, float slope, float threshold)
Calculates an S-Curve.
A (inclusive) range between two values.
Contains the parameters for an S-Curve.
static constexpr SCurve light_curve()
constexpr SCurve(float s, float t)
constexpr SCurve()=default