# `GSPath position(atIndex:)`

*Instance Method*

The position at a node index, or `nil` when the index does not match a node.

## Declaration

```swift
func position(atIndex nodeIndex: Int) -> CGPoint?
```

## Discussion

Closed paths wrap indexes around the node array.

