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

Method computeBoundingBox

source/MRMesh/MRMesh.cpp:211–214  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209}
210
211Box3f Mesh::computeBoundingBox( const AffineXf3f * toWorld ) const
212{
213 return MR::computeBoundingBox( points, topology.getValidVerts(), toWorld );
214}
215
216Box3f Mesh::getBoundingBox() const
217{

Callers 15

test_save_voxelsFunction · 0.45
test_numpy_voxelsFunction · 0.45
test_movement_bodyFunction · 0.45
test_denseboxFunction · 0.45
decimate_2Function · 0.45
test_boolean_exposingFunction · 0.45
unite_large_componentsFunction · 0.45
local_repairFunction · 0.45
iterative_repairFunction · 0.45
makers.test.mjsFile · 0.45

Calls 1

computeBoundingBoxFunction · 0.70

Tested by 10

test_save_voxelsFunction · 0.36
test_numpy_voxelsFunction · 0.36
test_movement_bodyFunction · 0.36
test_denseboxFunction · 0.36
decimate_2Function · 0.36
test_boolean_exposingFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36