You are not logged in.
Pages: 1
Hi,
I'm in 2D, and I have a Bézier curve defined by three points A, B, C.
I have two other points next to the curve, D and E, and I want to make a second Bézier curve C, D, E (having a common point (C) with the first curve).
My question is : How do I calculate the coordinates of point D to make the second curve continuous (tangent) with the first one.
I guess there are infinite possibilities to position point D to have the second curve continuous with the first one. What can I do?
Thanks
Offline
I got an answer :
For Bézier curves, the tangent at the end point is collinear with the direction to the nearest control point. In this case, it means that for the two curves to be tangential, points B, C and D must lie on a straight line.
Offline
What is the source of the answer, you have got ?
May you tell us something about the problem, you are trying to solve ?
For instance with a qubic spline,
you could just give the points A, C, E and B, D would not be an issue.
Do you need B ?
Offline
Pages: 1