Three points
A0 [0,0]; A1 [1,2]; A3 [3,3]
are interpolated by algebraic polynom and result equation is:
p2 = A0*X^2 + A1*X + A0;
Is there a way how to calculate [X,Y] of point in interval from <0, 1>?
I'm simply trying to reconstruct object trajectory based on leading points (A0, A1, A2.