MCPcopy Index your code
hub / github.com/DeepNotesApp/DeepNotes / grow

Method grow

packages/@stdlib/misc/src/vec2.ts:112–114  ·  view source on GitHub ↗
(amount: Vec2)

Source from the content-addressed store, hash-verified

110 }
111
112 grow(amount: Vec2): Vec2 {
113 return this.add(this.sign().mul(amount));
114 }
115}

Callers 2

xFunction · 0.45
constructorMethod · 0.45

Calls 3

addMethod · 0.95
signMethod · 0.95
mulMethod · 0.80

Tested by

no test coverage detected