pisces.geometry.coordinates.coordinate_systems.SphericalCoordinateSystem.convert_from_cartesian#

SphericalCoordinateSystem.convert_from_cartesian(x, y, z)[source]#

Convert coordinates from Cartesian to this system.

Parameters:

coordinates (tuple of array-like) – The Cartesian coordinates.

Returns:

The corresponding coordinates in this system.

Return type:

tuple of array-like