rotated parabola passing over vertex and 2 points

60 Views Asked by At

I have 3 2D points: the start, the middle and the end. I need to calculate parabola passing over these points where the middle one is its vertex (kind of a smooth route over them). I know about a simple 3 linear equations but I don't know how to constraint the middle point to be the vertex.

1

There are 1 best solutions below

1
On

This question is already answered here.