# Rotation.LerpTo

```csharp
Rotation LerpTo(Rotation target, float frac, bool clamp = True)
```

Perform a linear interpolation from this rotation to a target rotation by given amount.

### Parameters

- `target` (`Rotation`)
- `frac` (`float`)
- `clamp` (`bool`), default `True`

### Returns

`Rotation`

Declared in [Rotation](/api/Rotation).
Assembly: `Sandbox.System`.
