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.
784 B
784 B
Spherical to Rectangular
Menu Path : Operator > Math> Coordinates
The Spherical to Rectangular Operator performs a 3D coordinate conversion between a spherical (theta/phi/distance) space to a rectangular XYZ space.
Operator properties
| Input | Type | Description |
|---|---|---|
| Theta | float | The input sphere theta angle (in degrees). |
| Phi | float | The input sphere phi angle (in degrees). |
| Distance | float | The input distance. |
| Output | Type | Description |
|---|---|---|
| coord | Vector3 | The output XYZ coordinate. |