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

Function calcPathLength

source/MRMesh/MREdgePaths.cpp:87–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85}
86
87double calcPathLength( const EdgePath & path, const Mesh & mesh )
88{
89 return calcPathMetric( path, edgeLengthMetric( mesh ) );
90}
91
92Vector3d calcOrientedArea( const EdgeLoop & loop, const Mesh & mesh )
93{

Callers 3

patchMeshFunction · 0.85
makeMesh_Method · 0.85
detectTunnelFacesFunction · 0.85

Calls 2

calcPathMetricFunction · 0.85
edgeLengthMetricFunction · 0.85

Tested by

no test coverage detected