(matrix4)
| 70277 | return this.check(); |
| 70278 | } |
| 70279 | transformAsVector(matrix4) { |
| 70280 | (0, _glMatrixExtras.vec3_transformMat4AsVector)(this, this, matrix4); |
| 70281 | return this.check(); |
| 70282 | } |
| 70283 | transformByMatrix3(matrix3) { |
| 70284 | _vec3.transformMat3(this, this, matrix3); |
| 70285 | return this.check(); |