# Rect.PointToNormalized

Calculates the normalized coordinates cooresponding the the point.

![Rect.PointToNormalized](./images/RectPointToNormalizedCalculator.png)

## Property

<table border="1" class="docutils">
<tbody valign="top">
<tr>
<td>
Rect
</td>
<td>
Rectangle to get normalized coordinates inside.
</td>
</tr>
<tr>
<td>
Point
</td>
<td>
A point inside the rectangle to get normalized coordinates for.
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Result output
</td>
</tr>
 </tbody>
</table>

