(matrix3)
| 70281 | return this.check(); |
| 70282 | } |
| 70283 | transformByMatrix3(matrix3) { |
| 70284 | _vec3.transformMat3(this, this, matrix3); |
| 70285 | return this.check(); |
| 70286 | } |
| 70287 | transformByMatrix2(matrix2) { |
| 70288 | (0, _glMatrixExtras.vec3_transformMat2)(this, this, matrix2); |
| 70289 | return this.check(); |