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

Method Transform

ln/path.go:128–134  ·  view source on GitHub ↗
(matrix Matrix)

Source from the content-addressed store, hash-verified

126}
127
128func (p Paths) Transform(matrix Matrix) Paths {
129 var result Paths
130 for _, path := range p {
131 result = append(result, path.Transform(matrix))
132 }
133 return result
134}
135
136func (p Paths) Chop(step float64) Paths {
137 var result Paths

Callers

nothing calls this directly

Calls 1

TransformMethod · 0.45

Tested by

no test coverage detected