# `GSPath reverse`

*Instance Method*

Reverses the path direction.

## Declaration

```swift
func reverse()
```

```objc
- (void) reverse;
```

```python
reverse()
```

## See Also

### Path Direction

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

