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 4 (this value does not behave the same as it does for logarithmicLerp
)
See this suite of curves graphed on desmos
Generated using TypeDoc
Curve the value t exponentially (IE, starts gentle, ends steep)