Instance Method
removeOffcurve(withStartIdx:endIdx:) removeOffcurveWithStartIdx:endIdx: removeOffcurveWithStartIdx_endIdx_
Removes an off-curve node range from a quadratic segment.
Declaration
func removeOffcurve(withStartIdx startIdx: Int, endIdx: Int)Declaration
- (void) removeOffcurveWithStartIdx:(NSInteger) startIdx endIdx:(NSInteger) endIdx;Declaration
removeOffcurveWithStartIdx_endIdx_(startIdx: int, endIdx: int)See Also
Convenience
Replaces a node range with a sharp corner fitted to the neighboring segments.
Opens an on-curve corner by the offset distance.
See Also
Convenience
Position for a node index.
Replaces a node range with a sharp corner fitted to the neighboring segments.
Opens an on-curve corner by the offset distance.