V_sphereTOcart
| V_sphereTOcart converts the spherical coordinates (r, phi, theta), stored in the in array, into Cartesian coordinates (x, y, z), stored in the out array. |
Element | Direction | Remark |
in::continuous [3] | input | input array; contains the polar coordinates r (radius), phi (azimuth angle in radian) and theta (polar angle or inclination in radian). |
out::continuous [3] | output | output array; contains the Cartesian coordinates x, y and z |
