# Quaternion.RotateTowards

FromからToへのQuaternionを計算する。

![Quaternion.RotateTowards](./images/QuaternionRotateTowardsCalculator.png)

## プロパティ

<table border="1" class="docutils">
<thead>
<tr><th>プロパティ名</th><th>説明</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
From
</td>
<td>
開始Quaternion
</td>
</tr>
<tr>
<td>
To
</td>
<td>
終了Quaternion
</td>
</tr>
<tr>
<td>
Max Degrees Delta
</td>
<td>
最大変化角度量
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
結果出力
</td>
</tr>
 </tbody>
</table>

