I want to plot a curve that follows the tracks, however I cant find a solution or a calculator to help me calculate where to plot the points to make this bezier curve
Does anyone know of any calculators that i can use to calculate this. I have tried looking online but i cant find a tutorial for this
I might not understand the problem, but I feel you might be overcomplicating it. Most applications I can think of would work just by using those points directly as an approximation. (Since in practice the curves get sampled at points anyways). I suspect actually solving for points for a curve is very involved if you really want to do it mathematically.
Can you clarify why you want the control points, and how you have those without having the control points in the first place?
Where do I have to place the 3 points so that I can generate a curve like this. (Cause Im using a bezierCurve Module Bhristt's Bezier Curve Module (Tween support)), so I only have to plot the points while the module generates it for me