|
Rerun C++ SDK
|
Component: An out-of-tree affine transform between two 3D spaces, represented in a given direction. More...
#include <rerun/components/out_of_tree_transform3d.hpp>
Public Member Functions | |
| OutOfTreeTransform3D (rerun::datatypes::Transform3D repr_) | |
| OutOfTreeTransform3D & | operator= (rerun::datatypes::Transform3D repr_) |
| operator rerun::datatypes::Transform3D () const | |
| Cast to the underlying Transform3D datatype. | |
Public Attributes | |
| rerun::datatypes::Transform3D | repr |
| Representation of the transform. | |
Component: An out-of-tree affine transform between two 3D spaces, represented in a given direction.
"Out-of-tree" means that the transform only affects its own entity: children don't inherit from it.