# Rotation.Distance

```csharp
float Distance(Rotation to)
```

The degree angular distance between this rotation and the target

### Parameters

- `to` (`Rotation`)

### Returns

`float`

Declared in [Rotation](/api/Rotation).
Assembly: `Sandbox.System`.
