# `GSPath pointAtPathTime:`

*Instance Method*

The point at a path time.

## Declaration

```objc
- (NSPoint) pointAtPathTime:(CGFloat) pathTime;
```

```python
pointAtPathTime_(pathTime: float) -> NSPoint
```

## Discussion

The path time must identify a position on the path.

## See Also

### Path Time

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

