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

Method clone

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

Source from the content-addressed store, hash-verified

45 }
46
47 clone(): Rectangle {
48 return new Rectangle(this.west, this.south, this.east, this.north)
49 }
50
51 copy(other: RectangleLike): this {
52 this.west = other.west

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected