Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/graphif/project-graph
/ getZero
Method
getZero
packages/data-structures/src/Vector.ts:14–16 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
}
13
14
static getZero(): Vector {
15
return
new
Vector(0, 0);
16
}
17
18
isZero(): boolean {
19
return
this.x === 0 && this.y === 0;
Callers
15
divide
Method · 0.80
normalize
Method · 0.80
averageMultiple
Method · 0.80
Vector.test.ts
File · 0.80
ConnectPoint
Class · 0.80
ExtensionEntity
Class · 0.80
GraphImporter
Class · 0.80
ImageNode
Class · 0.80
LatexNode
Class · 0.80
MarkdownImporter
Class · 0.80
MermaidImporter
Class · 0.80
NodeAdder
Class · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected