MCPcopy
hub / github.com/tdewolff/canvas / Values

Method Values

path_scanner.go:121–123  ·  view source on GitHub ↗

Values returns the current path segment values.

()

Source from the content-addressed store, hash-verified

119
120// Values returns the current path segment values.
121func (s *PathReverseScanner) Values() []float64 {
122 return s.p.d[s.i+1 : s.i+cmdLen(s.p.d[s.i])-1]
123}
124
125// Start returns the current path segment start position.
126func (s *PathReverseScanner) Start() Point {

Callers

nothing calls this directly

Calls 1

cmdLenFunction · 0.85

Tested by

no test coverage detected