# `GSLengthOfVector`

*Function*

## Declaration

```swift
func GSLengthOfVector(_ A: NSPoint) -> Double
```

```objc
static double GSLengthOfVector(NSPoint A);
```

```python
GSLengthOfVector(A: NSPoint) -> 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)
- [`GSDistanceN`](/Core/GlyphsCore/GSDistanceN)

