# Mathf.Atan2

Calculate atan2.

![Mathf.Atan2](./images/MathfAtan2Calculator.png)

## Properties

<table border="1" class="docutils">
<thead>
<tr><th>Property Name</th><th>Description</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
Y
</td>
<td>
Value Y
</td>
</tr>
<tr>
<td>
X
</td>
<td>
Value X
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
Result output
</td>
</tr>
 </tbody>
</table>

