I am using Bezier curves to plot curves in a program I am making. I have five points. Here is a crude sketch of the curve I am trying to create. I'm trying to make a curve that goes through A,B,C,D. However, C is not a definite point, it is a suggestion of where the curve should pass through to make it look like a French Curve. C comes out from E at 45 degrees.
This is an illustration of what I am trying to do.
Does anyone have any suggestions on how to approximate a French Curve that would go through those points?