# Rigidbody2D.GetRelativeVector

リジッドボディのローカル空間において指定した RelativeVector のグローバル空間ベクトルを取得する。

![Rigidbody2D.GetRelativeVector](./images/Rigidbody2DGetRelativeVectorCalculator.png)

## プロパティ

<table border="1" class="docutils">
<thead>
<tr><th>プロパティ名</th><th>説明</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Rigidbody 2D
</td>
<td>
Rigidbody2D
</td>
</tr>
<tr>
<td>
Relative Vector
</td>
<td>
ローカル空間での速度ベクトル
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
結果出力
</td>
</tr>
 </tbody>
</table>

