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

Method Cmd

path_scanner.go:31–33  ·  view source on GitHub ↗

Cmd returns the current path segment command.

()

Source from the content-addressed store, hash-verified

29
30// Cmd returns the current path segment command.
31func (s *PathScanner) Cmd() float64 {
32 return s.p.d[s.i]
33}
34
35// Values returns the current path segment values.
36func (s *PathScanner) Values() []float64 {

Callers 4

PathMethod · 0.95
writePathMethod · 0.45
renderPathMethod · 0.45
writePathMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected