Common easing curves, each mapping a normalized progress t in [0, 1] to an eased progress in [0, 1]. Feed the result into MathUtils.lerp/Vector3D.lerp/Quaternion.slerp instead of hand-rolling a damping curve at each call site.
t
MathUtils.lerp
Vector3D.lerp
Quaternion.slerp
Static
No easing, straight-line progress.
Cubic Hermite curve with zero first-derivative at both ends.
Common easing curves, each mapping a normalized progress
tin [0, 1] to an eased progress in [0, 1]. Feed the result intoMathUtils.lerp/Vector3D.lerp/Quaternion.slerpinstead of hand-rolling a damping curve at each call site.