0

I have to parametrize a 2D arc in 3D space.

In the beggining, I had the center of the arc, starting and ending points.

This thread here was very helpful, I was able to calculate radius and the vectors indicated, and to parametrize the circumference containing my arc (I plotted it and it is correctly done).

Now the problem is to get just the arc. I founded this thread where it is done in 2D space, but I don't know how to go translate my 3D case.

Do you know from which values should the angle in the circumference parametric equation go to create my arc?

My exact situation is the same described here, but I just want the arc between p1 and p2.

1 Answers1

0

Finally I found a solution here.

Using the equations in that link, starting angle is = 0 and ending angle = angle between center and starting point and center and ending point.