6#include "../collection.hpp" 
    7#include "../components/transform3d.hpp" 
    8#include "../data_cell.hpp" 
    9#include "../indicator_component.hpp" 
   10#include "../result.hpp" 
   56        static constexpr const char IndicatorComponentName[] =
 
   57            "rerun.components.Transform3DIndicator";
 
   86            bool from_parent = 
false 
   97            bool from_parent = 
false 
  126                  datatypes::
Transform3D::translation_rotation_scale(translation_rotation_scale3d)
 
  154            float uniform_scale, 
bool from_parent = 
false 
  157                  translation, rotation, uniform_scale, from_parent
 
  167            bool from_parent = 
false 
  179            bool from_parent = 
false 
  192            const datatypes::Vec3D& translation, 
float uniform_scale, 
bool from_parent = 
false 
  205            bool from_parent = 
false 
  255    template <
typename T>
 
  260    struct AsComponents<archetypes::Transform3D> {
 
  262        static Result<std::vector<DataCell>> serialize(
const archetypes::Transform3D& archetype);
 
All built-in archetypes. See Types in the Rerun manual.
Definition rerun.hpp:66
 
All Rerun C++ types and functions are in the rerun namespace or one of its nested namespaces.
Definition rerun.hpp:20
 
Indicator component used by archetypes when converting them to component lists.
Definition indicator_component.hpp:23
 
Datatype: A 3x3 Matrix.
Definition mat3x3.hpp:30
 
Datatype: A 3D rotation.
Definition rotation3d.hpp:59
 
Datatype: 3D scaling factor, part of a transform representation.
Definition scale3d.hpp:58
 
Datatype: Representation of an affine transform via a 3x3 affine matrix paired with a translation.
Definition translation_and_mat3x3.hpp:24
 
Datatype: Representation of an affine transform via separate translation, rotation & scale.
Definition translation_rotation_scale3d.hpp:24
 
Datatype: A vector in 3D space.
Definition vec3d.hpp:20