Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ findCenterFromBBox
Function
findCenterFromBBox
source/MRMesh/MRMeshMath.cpp:788–791 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
786
}
787
788
Vector3f findCenterFromBBox( const MeshTopology & topology, const VertCoords & points )
789
{
790
return computeBoundingBox( points, topology.getValidVerts() ).center();
791
}
792
793
} //namespace MR
Callers
1
findCenterFromBBox
Method · 0.85
Calls
2
computeBoundingBox
Function · 0.70
center
Method · 0.45
Tested by
no test coverage detected