coordinates.coordinate_systems.EllipticCylindricalCoordinateSystem.from_cartesian#

EllipticCylindricalCoordinateSystem.from_cartesian(*coords: Any) Tuple[ndarray, ...]#

Convert Cartesian coordinates to native coordinates in this system.

Parameters:

*coords (float or array-like) – Cartesian coordinates (x, y, z) or similar.

Returns:

Native coordinates for this coordinate system.

Return type:

tuple of np.ndarray