| 176 | * Compute model bounding box limits (considers all meshes). |
| 177 | */ |
| 178 | RLCPP_NODISCARD BoundingBox GetBoundingBox() const { return ::GetModelBoundingBox(*this); } |
| 179 | |
| 180 | /** |
| 181 | * Compute model bounding box limits (considers all meshes). |
nothing calls this directly
no outgoing calls
no test coverage detected