Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
211
Box3f Mesh::computeBoundingBox( const AffineXf3f * toWorld ) const
212
{
213
return MR::computeBoundingBox( points, topology.getValidVerts(), toWorld );
214
}
215
216
Box3f Mesh::getBoundingBox() const
217
{
Callers
15
test_save_voxels
Function · 0.45
test_numpy_voxels
Function · 0.45
test_movement_body
Function · 0.45
test_densebox
Function · 0.45
decimate_2
Function · 0.45
test_boolean_exposing
Function · 0.45
unite_large_components
Function · 0.45
local_repair
Function · 0.45
iterative_repair
Function · 0.45
meshMeasurements.test.mjs
File · 0.45
makers.test.mjs
File · 0.45
pointCloud.test.mjs
File · 0.45
Calls
1
computeBoundingBox
Function · 0.70
Tested by
10
test_save_voxels
Function · 0.36
test_numpy_voxels
Function · 0.36
test_movement_body
Function · 0.36
test_densebox
Function · 0.36
decimate_2
Function · 0.36
test_boolean_exposing
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36