(matrix2)
| 70285 | return this.check(); |
| 70286 | } |
| 70287 | transformByMatrix2(matrix2) { |
| 70288 | (0, _glMatrixExtras.vec3_transformMat2)(this, this, matrix2); |
| 70289 | return this.check(); |
| 70290 | } |
| 70291 | transformByQuaternion(quaternion) { |
| 70292 | _vec3.transformQuat(this, this, quaternion); |
| 70293 | return this.check(); |