MCPcopy 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
788Vector3f findCenterFromBBox( const MeshTopology & topology, const VertCoords & points )
789{
790 return computeBoundingBox( points, topology.getValidVerts() ).center();
791}
792
793} //namespace MR

Callers 1

findCenterFromBBoxMethod · 0.85

Calls 2

computeBoundingBoxFunction · 0.70
centerMethod · 0.45

Tested by

no test coverage detected