# `GSDistanceN`

*Function*

## Declaration

```swift
func GSDistanceN(_ A: UnsafeMutablePointer<CGFloat>, _ B: UnsafeMutablePointer<CGFloat>, _ count: UInt32) -> CGFloat
```

```objc
CGFloat GSDistanceN(CGFloat *A, CGFloat *B, unsigned int count);
```

```python
GSDistanceN(A: float, B: float, count: unsigned int) -> float
```

## See Also

### Vectors and Distances

- [`GSUnitVectorFromTo`](/Core/GlyphsCore/GSUnitVectorFromTo)
- [`GSUnitVectorFromAngle`](/Core/GlyphsCore/GSUnitVectorFromAngle)
- [`GSNormalVector1`](/Core/GlyphsCore/GSNormalVector1)
- [`GSNormalVector2`](/Core/GlyphsCore/GSNormalVector2)
- [`GSSkewVectorRelativeToItself`](/Core/GlyphsCore/GSSkewVectorRelativeToItself)
- [`GSSquareDistance`](/Core/GlyphsCore/GSSquareDistance)
- [`GSDistance`](/Core/GlyphsCore/GSDistance)
- [`GSLengthOfVector`](/Core/GlyphsCore/GSLengthOfVector)

