MCPcopy
hub / github.com/mne-tools/mne-python / _norm_midpt

Function _norm_midpt

mne/surface.py:1162–1167  ·  view source on GitHub ↗

Get normalized midpoint.

(ai, bi, rr)

Source from the content-addressed store, hash-verified

1160
1161
1162def _norm_midpt(ai, bi, rr):
1163 """Get normalized midpoint."""
1164 c = rr[ai]
1165 c += rr[bi]
1166 _normalize_vectors(c)
1167 return c
1168
1169
1170def _tessellate_sphere(mylevel):

Callers 1

_tessellate_sphereFunction · 0.85

Calls 1

_normalize_vectorsFunction · 0.85

Tested by

no test coverage detected