Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fogleman/ln
/ BoundingBox
Method
BoundingBox
ln/mesh.go:26–28 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
func
(m *Mesh) BoundingBox() Box {
27
return
m.Box
28
}
29
30
func
(m *Mesh) Contains(v Vector, f float64) bool {
31
return
false
Callers
1
FitInside
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected