Path Modifiers (PM) smooth/modify an input path to produce a new valid path. More...
Classes | |
class | PathModifierMethod< MPTraits > |
Base algorithm abstraction for Path Modifiers. More... | |
Path Modifiers (PM) smooth/modify an input path to produce a new valid path.
A Path Modifier (PM) take an input path, or a series of configurations a resolution distance part, and attempt to make that path better. This might involve cutting out back tracking motions, applying local optimization techniques, or pushing the path to the medial axis. The base method can be found in PathModifierMethod.h.