# Rotation.RotateAroundAxis

```csharp
Rotation RotateAroundAxis(Vector3 axis, float degrees)
```

A convenience function that rotates this rotation around a given axis given amount of degrees

## Remarks

`axis` vector must be normalized before calling this method or the resulting [Rotation](/api/Rotation) will be incorrect.

### Parameters

- `axis` (`Vector3`)
- `degrees` (`float`)

### Returns

`Rotation`

Declared in [Rotation](/api/Rotation).
Assembly: `Sandbox.System`.
