(matrix4)
| 69112 | return this.check(); |
| 69113 | } |
| 69114 | transformAsVector(matrix4) { |
| 69115 | (0, _glMatrixExtras.vec2_transformMat4AsVector)(this, this, matrix4); |
| 69116 | return this.check(); |
| 69117 | } |
| 69118 | transformByMatrix3(matrix3) { |
| 69119 | _vec2.transformMat3(this, this, matrix3); |
| 69120 | return this.check(); |