Declaration

func insertOffcurve(withStartIdx startIdx: Int, endIdx: Int) -> GSNode?

Declaration

- (GSNode *) insertOffcurveWithStartIdx:(NSInteger) startIdx endIdx:(NSInteger) endIdx;

Declaration

insertOffcurveWithStartIdx_endIdx_(startIdx: int, endIdx: int) -> GSNode

Discussion

Returns nil when the index range does not describe off-curve nodes in a quadratic segment.

See Also

Inserting Nodes