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

Method getBoundingBox

Engine/source/T3D/shapeBase.cpp:3356–3360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3354}
3355
3356Box3F ShapeBaseConvex::getBoundingBox() const
3357{
3358 const MatrixF& omat = (transform != 0)? *transform: mObject->getTransform();
3359 return getBoundingBox(omat, mObject->getScale());
3360}
3361
3362Box3F ShapeBaseConvex::getBoundingBox(const MatrixF& mat, const Point3F& scale) const
3363{

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