TTK
|
Stores the findProjection() input. More...
#include <Geometry.h>
Public Attributes | |
size_t | id |
std::array< float, 3 > & | pt |
SimplexId | nearestVertex |
Stores the findProjection() input.
Definition at line 880 of file Geometry.h.
size_t ttk::Geometry::ProjectionInput::id |
Vertex id in the surface to project
Definition at line 882 of file Geometry.h.
SimplexId ttk::Geometry::ProjectionInput::nearestVertex |
Nearest vertex in the reference surface
Definition at line 886 of file Geometry.h.
std::array<float, 3>& ttk::Geometry::ProjectionInput::pt |
Input point coordinates
Definition at line 884 of file Geometry.h.