MCPcopy 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
26func (m *Mesh) BoundingBox() Box {
27 return m.Box
28}
29
30func (m *Mesh) Contains(v Vector, f float64) bool {
31 return false

Callers 1

FitInsideMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected