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

Function buildShortestPathBiDir

source/MRMesh/MREdgePaths.cpp:301–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

299}
300
301EdgePath buildShortestPathBiDir( const Mesh & mesh, VertId start, VertId finish, float maxPathLen )
302{
303 return buildSmallestMetricPathBiDir( mesh.topology, edgeLengthMetric( mesh ), start, finish, maxPathLen );
304}
305
306EdgePath buildShortestPathBiDir( const Mesh & mesh,
307 const MeshTriPoint & start, const MeshTriPoint & finish,

Callers 1

Calls 5

edgeLengthMetricFunction · 0.85
triPointMethod · 0.80
forEachVertexMethod · 0.80
lengthMethod · 0.45

Tested by

no test coverage detected