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

Method halfSize

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

Source from the content-addressed store, hash-verified

28 }
29
30 get halfSize(): Vec2 {
31 return this.size.divScalar(2);
32 }
33 set halfSize(value: Vec2) {
34 this.size = value.mulScalar(2);
35 }

Callers

nothing calls this directly

Calls 2

divScalarMethod · 0.80
mulScalarMethod · 0.80

Tested by

no test coverage detected