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

Function faceMapsComposition

source/MRMesh/MRPrimitiveMapsComposition.cpp:47–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45}
46
47void faceMapsComposition( FaceMap& a2b, const FaceMap& b2c )
48{
49 return mapsComposition( a2b, b2c );
50}
51
52FaceMap faceMapsComposition( const FaceMap& a2b, const FaceMap& b2c )
53{

Callers

nothing calls this directly

Calls 1

mapsCompositionFunction · 0.85

Tested by

no test coverage detected