Instance Method
findRequiredNodeIndexes:grid: findRequiredNodeIndexes:grid: findRequiredNodeIndexes_grid_
Adds the node indices that cleanup would keep.
Not available in Swift.
Declaration
- (void) findRequiredNodeIndexes:(NSMutableIndexSet *) requiredNodeIndexes grid:(GSGridSettings) grid;Declaration
findRequiredNodeIndexes_grid_(requiredNodeIndexes: NSMutableIndexSet, grid: GSGridSettings)Parameters
requiredNodeIndexesThe index set to receive the required node indices.
Discussion
Existing indices in the index set are preserved.
See Also
Cleanup
Removes redundant nodes and rounds node positions to the layer grid.
Removes redundant nodes and rounds node positions to a grid.
Removes adjacent on-curve nodes at the same position.