MCPcopy
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

1package ln
2
3type Filter interface {
4 Filter(v Vector) (Vector, bool)
5}
6
7type ClipFilter struct {
8 Matrix Matrix

Callers 4

PathsMethod · 0.65
FilterMethod · 0.65
FilterMethod · 0.65
RenderWithMatrixMethod · 0.65

Implementers 2

ClipFilterln/filter.go
BooleanShapeln/csg.go

Calls

no outgoing calls

Tested by

no test coverage detected