Instance Method
addExtremePointsForce(_:checkSelection:) addExtremePointsForce:checkSelection: addExtremePointsForce_checkSelection_
Adds nodes at extrema of path segments.
Declaration
func addExtremePointsForce(_ force: Bool, checkSelection: Bool)Declaration
- (void) addExtremePointsForce:(BOOL) force checkSelection:(BOOL) checkSelection;Declaration
addExtremePointsForce_checkSelection_(force: bool, checkSelection: bool)Parameters
forceWhether to add extrema even when they would make a segment unsuitable.
checkSelectionWhether to process only selected path segments.
See Also
Adding Path Nodes
Adds nodes at extrema of all path segments where needed.
Adds nodes at inflection points of cubic segments.