()
| 25 | ) {} |
| 26 | |
| 27 | get width(): number { |
| 28 | let east = this.east |
| 29 | if (east < this.west) { |
| 30 | east += Math.PI * 2 |
| 31 | } |
| 32 | return east - this.west |
| 33 | } |
| 34 | |
| 35 | get height(): number { |
| 36 | return this.north - this.south |
nothing calls this directly
no outgoing calls
no test coverage detected