()
| 75367 | this.check(); |
| 75368 | } |
| 75369 | toString() { |
| 75370 | return this.formatString((0, _common.config)); |
| 75371 | } |
| 75372 | formatString({ printTypes =false }) { |
| 75373 | const f = (0, _common.formatValue); |
| 75374 | return "".concat(printTypes ? "Spherical" : "", "[rho:").concat(f(this.radius), ",theta:").concat(f(this.theta), ",phi:").concat(f(this.phi), "]"); |
nothing calls this directly
no test coverage detected