# `GSPath point(atPathTime:)`

*Instance Method*

The point at a path time, or `nil` when the path time does not identify a position on the path.

## Declaration

```swift
func point(atPathTime pathTime: CGFloat) -> CGPoint?
```

## See Also

### Path Time

- [`GSPath nearestPoint(to:)`](/Core/GlyphsCore/GSPath/nearestPoint(to:)) — Finds the point on the path nearest a point.
- [`GSPath nearestNodeWithPathTime:`](/Core/GlyphsCore/GSPath/nearestNodeWithPathTime:) — Returns the on-curve node nearest a path time.

