Instance Method
positionAtIndex:positionAtIndex:positionAtIndex_
Position for a node index.
Not available in Swift.
Declaration
- (NSPoint) positionAtIndex:(NSInteger) idx;Declaration
positionAtIndex_(idx: int) -> NSPointDiscussion
Closed paths wrap indexes around the node array. Open paths return the zero point for indexes outside the node array.
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.
Removes an off-curve node range from a quadratic segment.