MCPcopy
hub / github.com/tdewolff/canvas / Top

Method Top

path_intersection.go:452–454  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

450}
451
452func (q *SweepEvents) Top() *SweepPoint {
453 return (*q)[0]
454}
455
456func (q *SweepEvents) Pop() *SweepPoint {
457 n := len(*q) - 1

Callers 2

bentleyOttmannFunction · 0.95
relateFunction · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected