You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
669 B
669 B
Rectangular to Polar
Menu Path : Operator > Math > Coordinates
The Rectangular to Polar Operator performs a 2D coordinate conversion between a rectangular XY space to a polar (theta/distance) space.
Operator properties
| Input | Type | Description |
|---|---|---|
| Coordinate | Vector2 | The Input 2D coordinate. |
| Output | Type | Description |
|---|---|---|
| theta | float | The output angle (in radians). |
| distance | float | The output distance to the origin. |