Ellipsoid.compute_normal#

Ellipsoid.compute_normal(points)#

Compute the normal vector at a given point on the ellipsoid surface.

Parameters:
pointsnp.ndarray

Points on the sphere surface with shape n x d

Returns:
np.ndarray

Normal vectors at the given points