Smooth curve from two known points with known normal vectors

283 Views Asked by At

I have two points, $P_1:(X_1, Y_1)$ and $P_2:(X_2, Y_2)$, with their normal vectors, $n_1$ and $n_2$.

I wish to find an equation for a smooth curve between the points.

Picture

Thanks in advance!