MCPcopy
hub / github.com/fogleman/ln / Min

Method Min

ln/hit.go:14–19  ·  view source on GitHub ↗
(b Hit)

Source from the content-addressed store, hash-verified

12}
13
14func (a Hit) Min(b Hit) Hit {
15 if a.T <= b.T {
16 return a
17 }
18 return b
19}
20
21func (a Hit) Max(b Hit) Hit {
22 if a.T > b.T {

Callers 12

Paths3Method · 0.45
PathsMethod · 0.45
Paths1Method · 0.45
IntersectMethod · 0.45
IntersectMethod · 0.45
BoxForVectorsFunction · 0.45
ExtendMethod · 0.45
IntersectMethod · 0.45
MulBoxMethod · 0.45
UpdateBoundingBoxMethod · 0.45
IntersectMethod · 0.45
NormalizeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected