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

Method clone

packages/core/src/PointOfView.ts:65–67  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

63 }
64
65 clone(): PointOfView {
66 return new PointOfView(this.distance, this.heading, this.pitch, this.roll)
67 }
68
69 copy(other: PointOfView): this {
70 this.distance = other.distance

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected