# Bounds.SqrDistance

設定したポイントとの最小距離の 2 乗されたものを返す。

![Bounds.SqrDistance](./images/BoundsSqrDistanceCalculator.png)

## プロパティ

<table border="1" class="docutils">
<thead>
<tr><th>プロパティ名</th><th>説明</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Bounds
</td>
<td>
Bounds
</td>
</tr>
<tr>
<td>
Point
</td>
<td>
位置
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
結果出力
</td>
</tr>
 </tbody>
</table>

