Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MeshInspector/MeshLib
/ getWorldBox
Method
getWorldBox
source/MRMesh/MRVisualObject.cpp:384–387 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
382
}
383
384
Box3f VisualObject::getWorldBox( ViewportId id ) const
385
{
386
return transformed( getBoundingBox(), worldXf( id ) );
387
}
388
389
size_t VisualObject::heapBytes() const
390
{
Callers
5
mcpSceneGetObjectInfo
Function · 0.45
drawSelectionInformation_
Method · 0.45
getBbox_
Method · 0.45
mcpViewerFit
Function · 0.45
test_step_multibody_split
Function · 0.45
Calls
2
getBoundingBox
Function · 0.85
transformed
Function · 0.70
Tested by
1
test_step_multibody_split
Function · 0.36