Skip to content

Latest commit

 

History

History
36 lines (27 loc) · 2.5 KB

File metadata and controls

36 lines (27 loc) · 2.5 KB

S-Curves

curve10S curve12S
S-Curve, ~ 0 to 1 or 1 to 0 S-Curve, 0 to 1 or 1 to 0
Adjustable slope based on tanh. Adjustable slope based on tanh.
Starts and ends with saturated levels. (0 or 1).
------------------------------------------ ------------------------------------------
Alternative code: Alternative code:
curve10bS curve12bS
(Simplified code when using limited parameter ranges.) (Simplified code when using limited parameter ranges.)
------------------------------------------
curve12cS
Improved precision of the return value
(Limited parameter ranges)

curve14S curve16S
S-Curve, 0 to 1 or 1 to 0 S-Curve, 0 to 1 or 1 to 0
Adjustable slope based on tanh. Adjustable slope based on tanh.
Adjustable X-position of the S-curve. Adjustable X-position of the S-curve.
Starts and ends with saturated levels. (0 or 1)

More S-Curves:

Based on cos

S-curves that use the effect progress as a parameter.