| 1457 | } |
| 1458 | |
| 1459 | Box3F TSStaticPolysoupConvex::getBoundingBox() const |
| 1460 | { |
| 1461 | Box3F wbox = box; |
| 1462 | wbox.minExtents.convolve(mObject->getScale()); |
| 1463 | wbox.maxExtents.convolve(mObject->getScale()); |
| 1464 | mObject->getTransform().mul(wbox); |
| 1465 | return wbox; |
| 1466 | } |
| 1467 | |
| 1468 | Box3F TSStaticPolysoupConvex::getBoundingBox(const MatrixF& mat, const Point3F& scale) const |
| 1469 | { |
no test coverage detected