==============================================================================
| 118 | |
| 119 | //============================================================================== |
| 120 | ShapePtr BoxShape::clone() const |
| 121 | { |
| 122 | return std::make_shared<BoxShape>(mSize); |
| 123 | } |
| 124 | |
| 125 | //============================================================================== |
| 126 | void BoxShape::updateBoundingBox() const |