Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getBoundingBox
Method
getBoundingBox
Engine/source/collision/convex.cpp:439–442 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
437
}
438
439
Box3F Convex::getBoundingBox() const
440
{
441
return mObject->getWorldBox();
442
}
443
444
Box3F Convex::getBoundingBox(const MatrixF& mat, const Point3F& scale) const
445
{
Callers
2
updateWorkingList
Method · 0.45
updateStateList
Method · 0.45
Calls
3
getWorldBox
Method · 0.45
convolve
Method · 0.45
mul
Method · 0.45
Tested by
no test coverage detected