project_cartesian#

static HesseNormalForm.project_cartesian(cartesian: ndarray, radius: Optional[float] = 10) ndarray[source]#

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

Parameters:
cartesian

Cartesian coordinates x, y, z.

radius

Hesse radius. Default is 10.

Returns:
hesse

Hesse normal form coordinates distance and angle.

Notes

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