Unravel Engine C++ Reference
Loading...
Searching...
No Matches
volume_component.cpp
Go to the documentation of this file.
1#include "volume_component.h"
2
3namespace unravel
4{
5
7{
8 return math::bbox(-extents, extents);
9}
10
11} // namespace unravel
auto get_local_bounds() const -> math::bbox
Gets local bounding box (before transform).
math::vec3 extents
Half-extents for local box bounds, centered at entity origin.
Definition bbox.cpp:5
Storage for box vector values and wraps up common functionality.
Definition bbox.h:21