# Vector3.Slerp

Spherical linear interpolation is performed between the vectors of From and To with the interpolation parameter T.

![Vector3.Slerp](./images/Vector3SlerpCalculator.png)

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
From
</td>
<td>
Starting vector
</td>
</tr>
<tr>
<td>
To
</td>
<td>
End vector
</td>
</tr>
<tr>
<td>
T
</td>
<td>
The interpolation parameter
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Output result
</td>
</tr>
 </tbody>
</table>

