()
| 75447 | return this; |
| 75448 | } |
| 75449 | check() { |
| 75450 | if (!Number.isFinite(this.phi) || !Number.isFinite(this.theta) || !(this.radius > 0)) throw new Error("SphericalCoordinates: some fields set to invalid numbers"); |
| 75451 | return this; |
| 75452 | } |
| 75453 | } |
| 75454 | exports.default = SphericalCoordinates; |
| 75455 |
no outgoing calls
no test coverage detected