Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fogleman/ln
/ Cube
Struct
Cube
ln/cube.go:5–9 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3
import
"math"
4
5
type
Cube
struct
{
6
Min Vector
7
Max Vector
8
Box Box
9
}
10
11
func
NewCube(min, max Vector) *Cube {
12
box := Box{min, max}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected