projection.tools¶
- projection.tools.stereographic_projection(coordinates)¶
Computes the stereographic projection of a point cloud in
to a point cloud in .- Parameters:
coordinates (ndarray) – The point coordinates in
.- Raises:
ZeroDivisionError – If the last element of coordinates is equal to 1.
- Returns:
Returns the point coordinates in
.- Return type:
ndarray