Let's say your slopes are normalized, then for some u,v you have
u * slope(a->b)+a slope(a->b)+a = b, v * slope(c->d)+d slope(c->d)+d = c
you know the values of a,d, and q:=(a+b+c+d)/8 (the halfway point of the curve)
so c = 8(q-a-d-b)
plugging the above equations in the last one you get
v * slope(c->d)+d slope(c->d)+d = 8(q-a-d-a-u * slope(a->b))slope(a->b))
which is 2 equations (a 2d vector equation) in two variables (u,v)
You don't need the third slope.
