I have an arc which is governed by a start tangent, a start point and an end point.
Now i want to add a tangent to the final point so the path created between the two points are correct. Here is a visual of the issue.
So the two desired tangents are the same colour as the arc. But as you can see the final tangent point (in pink) does not match the blue tangent that i am aiming for.
So i need some way to calculate a new path between the two points which will create arcs that have the desired tangents.
How would i go about calculating this ?
Things i know about my arc:
- Its origin and radius
- Start and end points (and start and end angles)
- The start tangent (blue) top left and final tangent (red) bottom right.
- The final desired tangent (blue) bottom right.
