pisces.geometry.coordinates.base.CoordinateSystem.convert_coords_to#
- CoordinateSystem.convert_coords_to(other: CoordinateSystem, *coordinates) tuple[Any, ...] [source]#
Convert coordinates from this system into another coordinate system.
- Parameters:
other (
CoordinateSystem
) – The target coordinate system.coordinates (
tuple
ofarray-like
) – The coordinates in this system.
- Returns:
The coordinates expressed in the other system.
- Return type:
tuple
ofarray-like