project_polar#

static HesseNormalForm.project_polar(polar: ndarray, radius: float | None = 10) ndarray[source]#

[Deprecated] Return the Hesse normal form of plane(s) given by spherical coordinates.

Parameters:
polar

The polar, azimuthal and radial spherical coordinates.

radius

Hesse radius. Default is 10.

Returns:
hesse

Hesse normal form coordinates distance and angle.

Notes

Deprecated since version 0.8.0: Function project_polar() is deprecated and will be removed in version 0.9.0.