reverse method

Cubic reverse()

Implementation

Cubic reverse() => .from(
  anchor1X,
  anchor1Y,
  control1X,
  control1Y,
  control0X,
  control0Y,
  anchor0X,
  anchor0Y,
);