# Vector2.Distance

Calculates the distance between A and B.

![Vector2.Distance](./images/Vector2DistanceCalculator.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
A
</td>
<td>
Vector A
</td>
</tr>
<tr>
<td>
B
</td>
<td>
Vector B
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Output result
</td>
</tr>
 </tbody>
</table>

