# Vector2.RotateAround

```csharp
Vector2 RotateAround(in Vector2 center, float angleDegrees)
```

Rotate this vector around given point by given angle in degrees and
return the result as a new vector.

### Parameters

- `in center` (`Vector2`)
- `angleDegrees` (`float`)

### Returns

`Vector2`

Declared in [Vector2](/api/Vector2).
Assembly: `Sandbox.System`.
