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

Component: A position in 3D space. More...

#include <rerun/components/position3d.hpp>

Public Member Functions

 Position3D (float x, float y, float z)
 Construct Position3D from x/y/z values.
 
float x () const
 
float y () const
 
float z () const
 
 Position3D (rerun::datatypes::Vec3D xyz_)
 
Position3Doperator= (rerun::datatypes::Vec3D xyz_)
 
 Position3D (std::array< float, 3 > xyz_)
 
Position3Doperator= (std::array< float, 3 > xyz_)
 
 operator rerun::datatypes::Vec3D () const
 Cast to the underlying Vec3D datatype.
 

Public Attributes

rerun::datatypes::Vec3D xyz
 

Detailed Description

Component: A position in 3D space.


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