# `GSPath reverseFast`

*Instance Method*

Reverses the path direction without registering undo or notifying the layer.

## Declaration

```swift
func reverseFast()
```

```objc
- (void) reverseFast;
```

```python
reverseFast()
```

## 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 reverse`](/Core/GlyphsCore/GSPath/reverse) — Reverses the path direction.

