MCPcopy Create free account
hub / github.com/GarageGames/Torque3D / getBoundingBox

Method getBoundingBox

Engine/source/T3D/tsStatic.cpp:1092–1099  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1090}
1091
1092Box3F TSStaticPolysoupConvex::getBoundingBox() const
1093{
1094 Box3F wbox = box;
1095 wbox.minExtents.convolve( mObject->getScale() );
1096 wbox.maxExtents.convolve( mObject->getScale() );
1097 mObject->getTransform().mul(wbox);
1098 return wbox;
1099}
1100
1101Box3F TSStaticPolysoupConvex::getBoundingBox(const MatrixF& mat, const Point3F& scale) const
1102{

Callers 12

updatePosMethod · 0.45
checkTriggersMethod · 0.45
stepMethod · 0.45
_moveMethod · 0.45
_findContactMethod · 0.45
checkEarlyOutMethod · 0.45
checkTriggersMethod · 0.45

Calls 4

convolveMethod · 0.45
getScaleMethod · 0.45
mulMethod · 0.45
getTransformMethod · 0.45

Tested by

no test coverage detected