A simple bezier curve mapper. move your mouse close to the dots and drag them
This works by using geometry and some fun advanced algebra way above my pay grade to find 40 points along the curve all based on the 4 points given. the video on bezier curves by Freya Holmer is good and if you want a much more in depth explanation watch the continuity of splines. also by Freya Holmer on youtube. i just though this would be a fun little challenge after making this same thing in geogebra. all code and equations are mine. took the move distance to (point) divided by (n) block from another of my projects feel free to use with credit if you can understand the code. :) if you put an image in the backdrop you can then move the points to match a curve on it and pause the project to get a list of all the points on that line otherwise it would be very hard to implement all the code into a project because i have zero organization skills.