Instance Method
position(atIndex:)
The position at a node index, or nil when the index does not match a node.
Not available in Objective-C.Not available in Python.
Declaration
func position(atIndex nodeIndex: Int) -> CGPoint?Discussion
Closed paths wrap indexes around the node array.