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

Function edgeMapsComposition

source/MRMesh/MRPrimitiveMapsComposition.cpp:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void edgeMapsComposition( EdgeMap& a2b, const EdgeMap& b2c )
38{
39 return mapsComposition( a2b, b2c );
40}
41
42EdgeMap edgeMapsComposition( const EdgeMap& a2b, const EdgeMap& b2c )
43{

Callers

nothing calls this directly

Calls 1

mapsCompositionFunction · 0.85

Tested by

no test coverage detected