show/hide this revision's text 5 edited tags
show/hide this revision's text 4 corrected grammatical error

Calculation of cubic bezier Bézier with known halfway point

I know:

-

  • The control points a and d (start and end point of a 2D cubic bezier curve)

    -

  • The slopes a->b, c->d, and b->c (b,c the other control points)

    -

  • Where is the halfway point of the bezier Bézier curve is.

Now, given this information, what is the formula for the positions of control points b and c ?

show/hide this revision's text 3 edited tags
show/hide this revision's text 2 added 6 characters in body
show/hide this revision's text 1