(matrix4)
| 69105 | return Math.atan2(this.x, this.y); |
| 69106 | } |
| 69107 | transform(matrix4) { |
| 69108 | return this.transformAsPoint(matrix4); |
| 69109 | } |
| 69110 | transformAsPoint(matrix4) { |
| 69111 | _vec2.transformMat4(this, this, matrix4); |
| 69112 | return this.check(); |
no test coverage detected