# Mathf.MoveTowardsAngle

Calculate the amount of movement to move from Current to Target at the speed of MaxDelta.

![Mathf.MoveTowardsAngle](./images/MathfMoveTowardsAngleCalculator.png)

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Current
</td>
<td>
The current angle
</td>
</tr>
<tr>
<td>
Target
</td>
<td>
The angle to move towards.
</td>
</tr>
<tr>
<td>
Max Delta
</td>
<td>
The maximum change that should be applied to the value.
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Result output
</td>
</tr>
 </tbody>
</table>

