MCPcopy Create free account
hub / github.com/MeshInspector/MeshLib / buildShortestPath

Function buildShortestPath

source/MRMesh/MREdgePaths.cpp:296–299  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

294}
295
296EdgePath buildShortestPath( const Mesh & mesh, VertId start, VertId finish, float maxPathLen )
297{
298 return buildSmallestMetricPath( mesh.topology, edgeLengthMetric( mesh ), start, finish, maxPathLen );
299}
300
301EdgePath buildShortestPathBiDir( const Mesh & mesh, VertId start, VertId finish, float maxPathLen )
302{

Callers 1

TESTFunction · 0.85

Calls 2

edgeLengthMetricFunction · 0.85
buildSmallestMetricPathFunction · 0.70

Tested by 1

TESTFunction · 0.68