Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ getBoundingSphere
Method
getBoundingSphere
Engine/source/math/mBox.cpp:262–265 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
260
//-----------------------------------------------------------------------------
261
262
SphereF Box3F::getBoundingSphere() const
263
{
264
return SphereF( getCenter(), getGreatestDiagonalLength() / 2.f );
265
}
Callers
4
renderObject
Method · 0.45
updateWorldSphere
Method · 0.45
createPolyhedralObject
Method · 0.45
worldEditor.cpp
File · 0.45
Calls
1
SphereF
Class · 0.70
Tested by
no test coverage detected