({ printTypes =false })
| 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), "]"); |
| 75375 | } |
| 75376 | equals(other) { |
| 75377 | return (0, _common.equals)(this.radius, other.radius) && (0, _common.equals)(this.theta, other.theta) && (0, _common.equals)(this.phi, other.phi); |
| 75378 | } |