It seems pretty simple but I'm still working on it. The red lines and blue lines are linear curves (a fancy way of saying they are basically just straight lines) and the green line is obviously the curve. Move the red dots to change the start and end control points, and the green dot to change the middle control point. Move t around on the slider to move the yellow dot, and to truly understand how the curve works (it's a lot of math.)
SONG: Come2gether by Harvio (Epidemic Sound) I just used the Bezier Parametric Equation for this thing. It's not that impressive. I'll probably unsare it soon. This is a quadratic curve, just so you know. It's a lot to explain, but here's the parametric equation that powers this thing: P0 - (P0 * t) + (P1 * t) - (t *P0) + (P0 * t * t) - (P1 * t * t) + (t * P1) - (P1 * t * t) + (P2 * t * t) Yeah. It's a lot. I dare you to look in the project. CHANGE LOG PENDING - Turning this from 3 points to 4 points, thereby turning this from a quadratic curve to a cubic curve (nerd alert). 10 June 2024 - Added the song. Now you will never get it out of your head. 09 June 2024 - Killed all bugs, generally improved project (now the curve draws itself, and you can see how the project works.) 08 June 2024 - Shared this sorry excuse for a project.