pisces.geometry.coordinates.base.CoordinateSystem.convert_from_cartesian#

abstract CoordinateSystem.convert_from_cartesian(*coordinates) tuple[Any, ...][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