(matrix2x3)
| 69120 | return this.check(); |
| 69121 | } |
| 69122 | transformByMatrix2x3(matrix2x3) { |
| 69123 | _vec2.transformMat2d(this, this, matrix2x3); |
| 69124 | return this.check(); |
| 69125 | } |
| 69126 | transformByMatrix2(matrix2) { |
| 69127 | _vec2.transformMat2(this, this, matrix2); |
| 69128 | return this.check(); |