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