# lerpAngle

[**@qbead/bloch-sphere**](https://qbead.gitbook.io/bloch-sphere/index)

***

[@qbead/bloch-sphere](https://qbead.gitbook.io/bloch-sphere/index) / lerpAngle

## Function: lerpAngle()

> **lerpAngle**(`a`, `b`, `t`): `number`

Defined in: [src/math/interpolation.ts:14](https://github.com/qbead/bloch-sphere/blob/41247d60e67bd802cc21854379a06362e5d0957c/src/math/interpolation.ts#L14)

Linear interpolation function that wraps around 2π

### Parameters

| Parameter | Type     |
| --------- | -------- |
| `a`       | `number` |
| `b`       | `number` |
| `t`       | `number` |

### Returns

`number`
