void scale(double x, [double? y]) { operations.add( SmoothOperation( operation: SmoothMatrix4OperationType.scale, scaleX: x, scaleY: y), ); }