forked from BilalY/Rasagar
17 lines
640 B
Markdown
17 lines
640 B
Markdown
# Polar to Rectangular
|
|
|
|
Menu Path : **Operator > Math > Coordinates**
|
|
|
|
The **Polar to Rectangular** Operator performs a 2D coordinate conversion between a polar (theta/distance) space to a rectangular XY space.
|
|
|
|
## Operator properties
|
|
|
|
| **Input** | **Type** | **Description** |
|
|
| ------------ | -------- | ----------------------------- |
|
|
| **Angle** | float | The input angle (in degrees). |
|
|
| **Distance** | float | The input distance. |
|
|
|
|
| **Output** | **Type** | **Description** |
|
|
| ---------- | -------- | ------------------------- |
|
|
| **coord** | Vector2 | The output XY coordinate. |
|