I’m trying to write a code in C# that moves my mouse parabolically between the start and end points. The starting point will always remain constant, but I want the ending and peak points that I set to zero degrees to change depending on the angle. You can help me in any programming language, I can translate it to C#. There are images attached to explain my problem.
enter image description here
I succeeded in parabolic movement, but I could not manage to update the end point to the angle etc.