# Quaternion.FromToRotation

Creates a rotation which rotates from FromDirection to ToDirection.

![Quaternion.FromToRotation](./images/QuaternionFromToRotationCalculator.png)

## Properties

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

