(matrix3)
| 69116 | return this.check(); |
| 69117 | } |
| 69118 | transformByMatrix3(matrix3) { |
| 69119 | _vec2.transformMat3(this, this, matrix3); |
| 69120 | return this.check(); |
| 69121 | } |
| 69122 | transformByMatrix2x3(matrix2x3) { |
| 69123 | _vec2.transformMat2d(this, this, matrix2x3); |
| 69124 | return this.check(); |