pisces.geometry.coordinates.coordinate_systems.CylindricalCoordinateSystem.convert_coords_to#

CylindricalCoordinateSystem.convert_coords_to(other: CoordinateSystem, *coordinates) tuple[Any, ...]#

Convert coordinates from this system into another coordinate system.

Parameters:
  • other (CoordinateSystem) – The target coordinate system.

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

Returns:

The coordinates expressed in the other system.

Return type:

tuple of array-like