# Rigidbody2D.GetPoint

Get a local space point given the point Point in rigidBody global space.

![Rigidbody2D.GetPoint](./images/Rigidbody2DGetPointCalculator.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Rigidbody 2D
</td>
<td>
Rigidbody2D
</td>
</tr>
<tr>
<td>
Point
</td>
<td>
the point in rigidBody global space
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Output result
</td>
</tr>
 </tbody>
</table>

