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

Function vertMapsComposition

source/MRMesh/MRPrimitiveMapsComposition.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25}
26
27void vertMapsComposition( VertMap& a2b, const VertMap& b2c )
28{
29 return mapsComposition( a2b, b2c );
30}
31
32VertMap vertMapsComposition( const VertMap& a2b, const VertMap& b2c )
33{

Callers

nothing calls this directly

Calls 1

mapsCompositionFunction · 0.85

Tested by

no test coverage detected