Menu

Deep learning for NeuroImaging in Python.

Note

This page is a reference documentation. It only explains the function signature, and not how to use it. Please refer to the gallery for the big picture.

surfify.utils.sampling.get_angle_with_xaxis(center, normal, point)[source]ΒΆ

Project a point to the sphere tangent plane and compute the angle with the x-axis.

Parameters:

center : array (3, )

a point in the plane.

normal : array (3, )

the normal to the plane.

points : array (3, )

the points to be projected.

Follow us

© 2025, nidl developers