# Vector2.Angle

```csharp
float Angle(in Vector2 other)
```

Returns the distance between this vector and another in degrees.

### Parameters

- `in other` (`Vector2`)

### Returns

`float`

Declared in [Vector2](/api/Vector2).
Assembly: `Sandbox.System`.
