HighMap library (C++)
Loading...
Searching...
No Matches
hmap::TerrainTriMesh::ShortestPathResult Struct Reference

Result of a shortest-path computation. More...

#include <terrain_tri_mesh.hpp>

Collaboration diagram for hmap::TerrainTriMesh::ShortestPathResult:

Public Attributes

std::vector< float > distance
 
std::vector< size_t > parent
 

Detailed Description

Result of a shortest-path computation.

Member Data Documentation

◆ distance

std::vector<float> hmap::TerrainTriMesh::ShortestPathResult::distance

◆ parent

std::vector<size_t> hmap::TerrainTriMesh::ShortestPathResult::parent

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