I ran into a series of lectures on game math, and one that looked interesting and relevant to my game is Bezier curves. I know we have a lerp function, how can we use this in our games to create interesting curves? Thanks!
essentialmath.com/tutorial.htm - Interpolations and Splines is the one that's relevant to this post.