MCPcopy Create free account
hub / github.com/tdewolff/canvas / Less

Method Less

path_intersection.go:1617–1619  ·  view source on GitHub ↗
(i, j int)

Source from the content-addressed store, hash-verified

1615}
1616
1617func (a eventSliceV) Less(i, j int) bool {
1618 return a[i].CompareV(a[j]) < 0
1619}
1620
1621func (a eventSliceV) Swap(i, j int) {
1622 a[i].node.SweepPoint, a[j].node.SweepPoint = a[j], a[i]

Callers

nothing calls this directly

Calls 1

CompareVMethod · 0.80

Tested by

no test coverage detected