Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/tdewolff/canvas
/ Init
Method
Init
path_intersection.go:440–445 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
438
}
439
440
func
(q SweepEvents) Init() {
441
n := len(q)
442
for
i := n/2 - 1; 0 <= i; i-- {
443
q.down(i, n)
444
}
445
}
446
447
func
(q *SweepEvents) Push(item *SweepPoint) {
448
*q = append(*q, item)
Callers
2
bentleyOttmann
Function · 0.95
relate
Function · 0.95
Calls
1
down
Method · 0.95
Tested by
no test coverage detected