> For the complete documentation index, see [llms.txt](https://renownedgames.gitbook.io/ai-tree/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://renownedgames.gitbook.io/ai-tree/nodes/tasks/math/get-atan2-from-vector2.md).

# Get Atan2 From Vector2

Node description and basic instructions

### Description

Computes the angle whose tangent is the quotient of two specified numbers and store result.

**To create it**, right-click in the editor and select <mark style="color:purple;">Create Node/Tasks/Math/Get Atan2 From Vector2</mark>

This task node has a number of fields, that are highlighted in picture below.

<figure><img src="https://2203000093-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FGOxTM7Aj9oiVaIINrEkE%2Fuploads%2F1MZ6m2sXZAdOMAXElS7S%2Fimage.png?alt=media&amp;token=d6f645be-9206-4961-bba9-2f624d59d343" alt=""><figcaption></figcaption></figure>

### Fields

| Name              | Description                                         |
| ----------------- | --------------------------------------------------- |
| Node Name         | Name of node.                                       |
| Ignore About Self | Whether node ignores abort self or not.             |
| Vector 2          | Vector2 key with the x and y coordinate of a point. |
| Store Result      | Store result to float key.                          |
| Rad To Deg        | Radians to degrees.                                 |
