Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/fogleman/ln
/ Filter
Interface
Filter
ln/filter.go:3–5 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
ln
2
3
type
Filter
interface
{
4
Filter(v Vector) (Vector, bool)
5
}
6
7
type
ClipFilter
struct
{
8
Matrix Matrix
Callers
4
Paths
Method · 0.65
Filter
Method · 0.65
Filter
Method · 0.65
RenderWithMatrix
Method · 0.65
Implementers
2
ClipFilter
ln/filter.go
BooleanShape
ln/csg.go
Calls
no outgoing calls
Tested by
no test coverage detected