|
entttree 0.1.0
Hierarchical entity management for EnTT
|
A bounded node augmented with a point transformed into local coordinates. More...
#include <hierarchy_types.h>
Public Attributes | |
| Vec< T, N > | local_point |
| The query point in this node's local coordinate system. | |
Public Attributes inherited from entttree::BoundedNode< Node, T, N > | |
| std::optional< Rect< T, N > > | intrinsic_bounds |
| The entity's own bounds, if set. | |
| std::optional< Rect< T, N > > | computed_bounds |
| Union of intrinsic + children bounds, if any. | |
Public Attributes inherited from entttree::TransformedNode< Node, T, N > | |
| Node | node |
| The underlying node handle. | |
| AffineTransform< T, N > | node_to_root |
| Cumulative transform from node space to root space. | |
Additional Inherited Members | |
Public Types inherited from entttree::TransformedNode< Node, T, N > | |
| using | InnerNode = Node |
A bounded node augmented with a point transformed into local coordinates.
Yielded by BoundsSystem::traverse_under_point() and search_under_point().
| Node | The inner node type. |
| T | Scalar type. |
| N | Spatial dimension. |
Definition at line 194 of file hierarchy_types.h.
The query point in this node's local coordinate system.
Definition at line 195 of file hierarchy_types.h.