pisces.geometry.coordinates.coordinate_systems.CylindricalCoordinateSystem.convert_to_cartesian#

CylindricalCoordinateSystem.convert_to_cartesian(r, theta, z)[source]#

Convert coordinates from this system to Cartesian.

Parameters:

coordinates (tuple of array-like) – The coordinates in this system.

Returns:

The corresponding Cartesian coordinates.

Return type:

tuple of array-like