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