MCPcopy 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
439Box3F Convex::getBoundingBox() const
440{
441 return mObject->getWorldBox();
442}
443
444Box3F Convex::getBoundingBox(const MatrixF& mat, const Point3F& scale) const
445{

Callers 2

updateWorkingListMethod · 0.45
updateStateListMethod · 0.45

Calls 3

getWorldBoxMethod · 0.45
convolveMethod · 0.45
mulMethod · 0.45

Tested by

no test coverage detected