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

Method constructor

packages/core/src/Rectangle.ts:20–25  ·  view source on GitHub ↗
(
    public west = 0,
    public south = 0,
    public east = 0,
    public north = 0
  )

Source from the content-addressed store, hash-verified

18 )
19
20 constructor(
21 public west = 0,
22 public south = 0,
23 public east = 0,
24 public north = 0
25 ) {}
26
27 get width(): number {
28 let east = this.east

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected