pisces.geometry.coordinates.coordinate_systems.Cartesian1DCoordinateSystem.convert_coords_from#

Cartesian1DCoordinateSystem.convert_coords_from(other: CoordinateSystem, *coordinates) tuple[Any, ...]#

Convert coordinates from another coordinate system into this system.

Parameters:
  • other (CoordinateSystem) – The coordinate system from which the input coordinates originate.

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

Returns:

The coordinates expressed in this system.

Return type:

tuple of array-like