I have 3 cubic Bézier curves with different control points:
- https://cubic-bezier.com/#.17,.8,.77,1

- https://cubic-bezier.com/#.18,.59,.5,1

- https://cubic-bezier.com/#.12,.41,.41,1

They look similar to each other. Assuming the anchor points $P_0=(0, 0)$, $P_3=(1, 1)$ are static, Is there a way to move $P_1$, $P_2$ while keeping the curve invariant?