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