# Rotation.ClosestAxis

```csharp
Vector3 ClosestAxis(Vector3 normal)
```

Will give you the axis most aligned with the given normal

### Parameters

- `normal` (`Vector3`)

### Returns

`Vector3`

Declared in [Rotation](/api/Rotation).
Assembly: `Sandbox.System`.
