Reputation: 113
Are the coordinates of the beginning of Po (x 1, y 1)
, the coordinates of the maximum arc T (x4, y4) == t (0.5)
and the coordinates of the end of P3 (x3, y3)
. How to find data on these control points? As detailed as possible. (Apologies for the fractured language, Google Translate).
curve of the third order, you need to find the coordinates of P1
, P2
I know on the condition that P1 and P2 belong to the segments forming the corner, and that these points are mirrored
Upvotes: 2
Views: 1985
Reputation: 614
If i understood your question correctly (not sure though)... this link should be helpful:
Finding the Control Points of a Bezier Curve
Also comment to the "bokan" comment: i think in this case we're talking about cubic not quadratic bezier curve... 2 control points are mentioned...
Upvotes: 1