Rather than starting the curve at 0, start it here
Rather than ending the curve at 1, end it here
A decimal value from 0 to 1 representing how far along the curve's x axis to return the y position of
A value representing how steep the curve should be. Defaults to 50 (this value does not behave the same as it does for exponentialLerp
)
See this suite of curves graphed on desmos
Generated using TypeDoc
Curve the value t exponentially (IE, starts steep, ends gentle)