Declaration

- (NSPoint) positionAtIndex:(NSInteger) idx;

Declaration

positionAtIndex_(idx: int) -> NSPoint

Discussion

Closed paths wrap indexes around the node array. Open paths return the zero point for indexes outside the node array.

See Also

Convenience