imas_paraview.util.pol_to_cart

imas_paraview.util.pol_to_cart(rho, phi)

Convert from polar (or cylindrical) coordinates to cartesian.

Parameters:
rho

the radial distance

phi

the azimuth angle in radians

Returns:

Tuple containing the x and y coordinates


Last update: 2026-03-11