Can we transform a triangle into a square? Basically, you double one of the points, then slowly move them apart. Let's derive an equation for a quadratic spline segment. (x,y) = a t^2 + b t + c (x,y)[0] = (x0,y0) (x,y)[1] = (x1,y1)