* specifies a 2D scale operation using the [sx, 1] scaling vector * @param x - x scaling vector * @returns Reference to this object for method chaining
(x: number)
| 653 | * @returns Reference to this object for method chaining |
| 654 | */ |
| 655 | scaleX(x: number) { |
| 656 | return this.scale(x, 1); |
| 657 | } |
| 658 | |
| 659 | /** |
| 660 | * specifies a 2D scale operation using the [1,sy] scaling vector |