I have a project where 3 points, in 2D, are known and one would need to draw a rotated ellipse through those tree points. Although it is quite common problem, I can't find anything on Wikipedia or Google. Basically, it is a section through a sphere, while section plane is not parallel to XYZ, but can be anything.
I looked into Bezier curves, but, while I can match 2 points easily, there I do not know how to hit the 3rd point that is right in the middle.
Does anybody knows an equation that will do that?
I looked into Bezier curves, but, while I can match 2 points easily, there I do not know how to hit the 3rd point that is right in the middle.
Does anybody knows an equation that will do that?
1