Convert from polar to cartesian coordinates.
polar_to_cartesian(polar, threads = 1, digits = NULL)A data.table with three columns describing the zenith, azimuth, and distance of a point to the center.
An integer vector describing the number of threads for parallel processing. Default 1.
A numeric vector of length 1 describing the decimal numbers to round the cartesian coordinates. If NULL, round does not apply. NULL as default.
A data.table with three columns describing the *XYZ* of the cartesian coordinates.