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

Method size

packages/@stdlib/misc/src/rect.ts:23–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 get size(): Vec2 {
24 return this.bottomRight.sub(this.topLeft);
25 }
26 set size(value: Vec2) {
27 this.bottomRight = this.topLeft.add(value);
28 }

Callers

nothing calls this directly

Calls 2

subMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected