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

Method copy

packages/core/src/PointOfView.ts:69–75  ·  view source on GitHub ↗
(other: PointOfView)

Source from the content-addressed store, hash-verified

67 }
68
69 copy(other: PointOfView): this {
70 this.distance = other.distance
71 this.heading = other.heading
72 this.pitch = other.pitch
73 this.roll = other.roll
74 return this
75 }
76
77 equals(other: PointOfView): boolean {
78 return (

Callers 2

decomposeMethod · 0.45
setFromCameraMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected