MCPcopy Index your code
hub / github.com/fogleman/ln / Simplify

Method Simplify

ln/path.go:152–158  ·  view source on GitHub ↗
(threshold float64)

Source from the content-addressed store, hash-verified

150}
151
152func (p Paths) Simplify(threshold float64) Paths {
153 var result Paths
154 for _, path := range p {
155 result = append(result, path.Simplify(threshold))
156 }
157 return result
158}
159
160func (p Paths) Print() {
161 for _, path := range p {

Callers

nothing calls this directly

Calls 1

SimplifyMethod · 0.45

Tested by

no test coverage detected