# Quaternion.Lerp

Linearly interpolate Quaternion between From and To.

![Quaternion.Lerp](./images/QuaternionLerpCalculator.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
From
</td>
<td>
Starting quaternion
</td>
</tr>
<tr>
<td>
To
</td>
<td>
End quaternion
</td>
</tr>
<tr>
<td>
T
</td>
<td>
Interpolation parameter
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Result output
</td>
</tr>
 </tbody>
</table>

