Documentation
¶
Overview ¶
Package path provides internal path processing utilities.
Index ¶
Constants ¶
View Source
const Tolerance = 0.1
Tolerance is the maximum distance from the curve for flattening.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type PathElement ¶
type PathElement interface {
// contains filtered or unexported methods
}
PathElement represents an element in a path.
Click to show internal directories.
Click to hide internal directories.