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

Method set

packages/clouds/src/DensityProfile.ts:14–20  ·  view source on GitHub ↗
(expTerm = 0, exponent = 0, linearTerm = 0, constantTerm = 0)

Source from the content-addressed store, hash-verified

12 ) {}
13
14 set(expTerm = 0, exponent = 0, linearTerm = 0, constantTerm = 0): this {
15 this.expTerm = expTerm
16 this.exponent = exponent
17 this.linearTerm = linearTerm
18 this.constantTerm = constantTerm
19 return this
20 }
21
22 clone(): DensityProfile {
23 return new DensityProfile(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected