MeVisLab Toolbox Reference
|
Result structure for getNearestTriangle: More...
#include <WEMNearestPointOnSurface.h>
Public Member Functions | |
Result () | |
Public Attributes | |
WEMTrianglePatch * | patch |
The patch containing the nearest triangle, may be nullptr if the WEM was empty. | |
WEMTriangle * | triangle |
The nearest triangle containing the nearest point, may be nullptr if the WEM was empty. | |
double | w [3] |
The barycentric coordinates of the nearest point. | |
Result structure for getNearestTriangle:
Definition at line 40 of file WEMNearestPointOnSurface.h.
|
inline |
Definition at line 42 of file WEMNearestPointOnSurface.h.
WEMTrianglePatch* ml::WEMNearestPointOnSurface::Result::patch |
The patch containing the nearest triangle, may be nullptr if the WEM was empty.
Definition at line 45 of file WEMNearestPointOnSurface.h.
WEMTriangle* ml::WEMNearestPointOnSurface::Result::triangle |
The nearest triangle containing the nearest point, may be nullptr if the WEM was empty.
Definition at line 47 of file WEMNearestPointOnSurface.h.
double ml::WEMNearestPointOnSurface::Result::w[3] |
The barycentric coordinates of the nearest point.
Definition at line 49 of file WEMNearestPointOnSurface.h.