Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::OutOfTreeTransform3D Struct Reference

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_)
 
OutOfTreeTransform3Doperator= (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.
 

Detailed Description

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.


The documentation for this struct was generated from the following file: