TTK
Loading...
Searching...
No Matches
Public Attributes | List of all members
ttk::Geometry::ProjectionInput Struct Reference

Stores the findProjection() input. More...

#include <Geometry.h>

Public Attributes

size_t id
 
std::array< float, 3 > & pt
 
SimplexId nearestVertex
 

Detailed Description

Stores the findProjection() input.

Definition at line 880 of file Geometry.h.

Member Data Documentation

◆ id

size_t ttk::Geometry::ProjectionInput::id

Vertex id in the surface to project

Definition at line 882 of file Geometry.h.

◆ nearestVertex

SimplexId ttk::Geometry::ProjectionInput::nearestVertex

Nearest vertex in the reference surface

Definition at line 886 of file Geometry.h.

◆ pt

std::array<float, 3>& ttk::Geometry::ProjectionInput::pt

Input point coordinates

Definition at line 884 of file Geometry.h.


The documentation for this struct was generated from the following file: