|
entttree 0.1.0
Hierarchical entity management for EnTT
|
ECS component storing an entity's local (child-to-parent) affine transform. More...
#include <hierarchy_types.h>
Public Member Functions | |
| bool | operator== (const LocalTransform &other) const =default |
Public Attributes | |
| AffineTransform< T, N > | child_to_parent |
| Transform from this node's space to its parent's. | |
ECS component storing an entity's local (child-to-parent) affine transform.
Used by TransformSystem. Entities without this component are treated as having the identity transform.
| HTag | Tag type identifying the hierarchy. |
| T | Scalar type (e.g. double). |
| N | Spatial dimension (e.g. 2 or 3). |
| XTag | Optional transform-layer tag. Defaults to HTag. |
Definition at line 59 of file hierarchy_types.h.
| AffineTransform<T,N> entttree::LocalTransform< HTag, T, N, XTag >::child_to_parent |
Transform from this node's space to its parent's.
Definition at line 60 of file hierarchy_types.h.