# `GSPath.GSPathDirection`

*Enumeration*

The traversal direction of a path.

## Declaration

```swift
@frozen enum Direction
```

```objc
enum GSPathDirection : int8_t;
```

```python
GSPathDirection
```

## Topics

### Enumeration Cases

- [`GSPathDirection.GSClockWise`](/Core/GlyphsCore/GSPath/GSPathDirection/GSClockWise)
- [`GSPathDirection.GSCounterClockWise`](/Core/GlyphsCore/GSPath/GSPathDirection/GSCounterClockWise)

## See Also

### Path Direction

- [`GSPath direction`](/Core/GlyphsCore/GSPath/direction) — The direction in which the nodes traverse the path.
- [`GSPath reverse`](/Core/GlyphsCore/GSPath/reverse) — Reverses the path direction.
- [`GSPath reverseFast`](/Core/GlyphsCore/GSPath/reverseFast) — Reverses the path direction without registering undo or notifying the layer.

