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

Method grow

packages/@stdlib/misc/src/rect.ts:41–43  ·  view source on GitHub ↗
(amount: Vec2)

Source from the content-addressed store, hash-verified

39 }
40
41 grow(amount: Vec2) {
42 return new Rect(this.topLeft.sub(amount), this.bottomRight.add(amount));
43 }
44
45 inside(rect: Rect) {
46 return (

Callers

nothing calls this directly

Calls 2

subMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected