(vector)
| 70254 | return _vec3.angle(this, vector); |
| 70255 | } |
| 70256 | cross(vector) { |
| 70257 | _vec3.cross(this, this, vector); |
| 70258 | return this.check(); |
| 70259 | } |
| 70260 | rotateX({ radians , origin =ORIGIN }) { |
| 70261 | _vec3.rotateX(this, this, origin, radians); |
| 70262 | return this.check(); |
no test coverage detected