Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/fogleman/ln
/ ClipFilter
Struct
ClipFilter
ln/filter.go:7–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5
}
6
7
type
ClipFilter
struct
{
8
Matrix Matrix
9
Eye Vector
10
Scene *Scene
11
}
12
13
var
ClipBox = Box{Vector{-1, -1, -1}, Vector{1, 1, 1}}
14
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected