Rerun C++ SDK
|
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_) | |
Position3D & | operator= (rerun::datatypes::Vec3D xyz_) |
Position3D (std::array< float, 3 > xyz_) | |
Position3D & | operator= (std::array< float, 3 > xyz_) |
operator rerun::datatypes::Vec3D () const | |
Cast to the underlying Vec3D datatype. | |
Public Attributes | |
rerun::datatypes::Vec3D | xyz |
Component: A position in 3D space.