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

Method set

packages/core/src/Rectangle.ts:39–45  ·  view source on GitHub ↗
(west: number, south: number, east: number, north: number)

Source from the content-addressed store, hash-verified

37 }
38
39 set(west: number, south: number, east: number, north: number): this {
40 this.west = west
41 this.south = south
42 this.east = east
43 this.north = north
44 return this
45 }
46
47 clone(): Rectangle {
48 return new Rectangle(this.west, this.south, this.east, this.north)

Callers 1

atMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected