# `GSLayer roundCoordinatesFastToGridWithSettings:`

*Instance Method*

Rounds path, component, and anchor coordinates to a grid without normal edit bookkeeping.

## Declaration

```swift
func roundCoordinatesFastToGrid(with grid: GSGridSettings)
```

```objc
- (void) roundCoordinatesFastToGridWithSettings:(GSGridSettings) grid;
```

```python
roundCoordinatesFastToGridWithSettings_(grid: GSGridSettings)
```

## See Also

### Rounding Coordinates

- [`GSLayer roundSelectedCoordinates:`](/Core/GlyphsCore/GSLayer/roundSelectedCoordinates:) — Rounds selected element coordinates to a grid.
- [`GSLayer roundCoordinates`](/Core/GlyphsCore/GSLayer/roundCoordinates) — Rounds path, component, and anchor coordinates using the associated font master settings.
- [`GSLayer roundCoordinatesToGridWithSettings:`](/Core/GlyphsCore/GSLayer/roundCoordinatesToGridWithSettings:) — Rounds path, component, and anchor coordinates to a grid.
- [`GSLayer roundCoordinatesToGrid:`](/Core/GlyphsCore/GSLayer/roundCoordinatesToGrid:) — Rounds shape and anchor coordinates to a uniform grid and rounds the layer width to at most unit precision.
- [`GSLayer roundCoordinatesToGridFast:`](/Core/GlyphsCore/GSLayer/roundCoordinatesToGridFast:) — Rounds shape and anchor coordinates to a uniform grid without normal edit bookkeeping.

