MCPcopy
hub / github.com/fogleman/ln / Filter

Method Filter

ln/csg.go:73–75  ·  view source on GitHub ↗
(v Vector)

Source from the content-addressed store, hash-verified

71}
72
73func (s *BooleanShape) Filter(v Vector) (Vector, bool) {
74 return v, s.Contains(v, 0)
75}

Callers

nothing calls this directly

Calls 1

ContainsMethod · 0.95

Tested by

no test coverage detected