(vector)
| 70251 | this[2] = (0, _validators.checkNumber)(value); |
| 70252 | } |
| 70253 | angle(vector) { |
| 70254 | return _vec3.angle(this, vector); |
| 70255 | } |
| 70256 | cross(vector) { |
| 70257 | _vec3.cross(this, this, vector); |
| 70258 | return this.check(); |
nothing calls this directly
no outgoing calls
no test coverage detected