|
Euphoria
|
Contains the parameters for an S-Curve. More...
Public Member Functions | |
| constexpr | SCurve ()=default |
| constexpr | SCurve (float s, float t) |
Static Public Member Functions | |
| static constexpr SCurve | light_curve () |
Public Attributes | |
| float | slope = 1.0f |
| >=0 | |
| float | threshold = 0.75f |
| [0,1] | |
|
constexprdefault |