Triangle descriptor with cached centroid, area and normal vectors. More...


Go to the source code of this file.
Classes | |
| class | MNELIB::MNETriangle |
| Per-triangle geometric data for a cortical or BEM surface. More... | |
Namespaces | |
| namespace | MNELIB |
| Core MNE data structures (source spaces, source estimates, hemispheres). | |
Triangle descriptor with cached centroid, area and normal vectors.
SPDX-License-Identifier: BSD-3-Clause Copyright (c) 2026 MNE-CPP Authors
MNELIB::MNETriangle is the per-face record produced by MNESourceSpace and MNEBemSurface readers so downstream code (forward solver, projection-to-surface, rendering) does not have to recompute these quantities. Carries the three vertex indices, the centroid, the un-normalised and normalised triangle normals and the area.
Definition in file mne_triangle.h.