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

Method getBoundingBox

Engine/source/T3D/shapeBase.cpp:3515–3519  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3513}
3514
3515Box3F ShapeBaseConvex::getBoundingBox() const
3516{
3517 const MatrixF& omat = (transform != 0)? *transform: mObject->getTransform();
3518 return getBoundingBox(omat, mObject->getScale());
3519}
3520
3521Box3F ShapeBaseConvex::getBoundingBox(const MatrixF& mat, const Point3F& scale) const
3522{

Callers

nothing calls this directly

Calls 4

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

Tested by

no test coverage detected