Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/beutton/browser-flight-simulator
/ height
Method
height
packages/core/src/Rectangle.ts:35–37 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
33
}
34
35
get height(): number {
36
return
this.north - this.south
37
}
38
39
set(west: number, south: number, east: number, north: number): this {
40
this.west = west
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected