MCPcopy Create free account
hub / github.com/beutton/browser-flight-simulator / width

Method width

packages/core/src/Rectangle.ts:27–33  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected