I currently have two points in 3D space, each of which has a vector associated with it describing the direction at that point.
I'm looking to interpolate a smooth-ish curve between the two, starting at the first point and facing the direction of the vector on that point and finishing at the second point with the facing of the vector at that point.
I have a vaguely simple idea of how I might approach this, but I was wondering if there were any existing techniques or algorithms for this type of problem that might exist?