reverse method
Utility function to reverse the control/anchor points for this curve.
Implementation
Cubic reverse() => Cubic(
anchor1X,
anchor1Y,
control1X,
control1Y,
control0X,
control0Y,
anchor0X,
anchor0Y,
);