|
entttree 0.1.0
Hierarchical entity management for EnTT
|
ECS component storing an entity's own (intrinsic) bounding box. More...
#include <hierarchy_types.h>
Public Member Functions | |
| bool | operator== (const IntrinsicBounds &other) const =default |
Public Attributes | |
| Rect< T, N > | bounds |
| Axis-aligned bounding box in local coordinates. | |
ECS component storing an entity's own (intrinsic) bounding box.
Used by BoundsSystem. The computed bounds of a node are the union of its intrinsic bounds and the computed bounds of all its children (transformed into parent space).
| HTag | Tag type identifying the hierarchy. |
| T | Scalar type. |
| N | Spatial dimension. |
| BTag | Optional bounds-layer tag. Defaults to HTag. |
Definition at line 79 of file hierarchy_types.h.
Axis-aligned bounding box in local coordinates.
Definition at line 80 of file hierarchy_types.h.