Rerun C++ SDK
|
Datatype: A uint32 vector in 3D space. More...
#include <rerun/datatypes/uvec3d.hpp>
Public Member Functions | |
UVec3D (uint32_t x, uint32_t y, uint32_t z) | |
Construct UVec3D from x/y/z values. | |
UVec3D (const uint32_t *xyz_) | |
Construct UVec3D from x/y/z uint32_t pointer. | |
uint32_t | x () const |
uint32_t | y () const |
uint32_t | z () const |
UVec3D (std::array< uint32_t, 3 > xyz_) | |
UVec3D & | operator= (std::array< uint32_t, 3 > xyz_) |
Public Attributes | |
std::array< uint32_t, 3 > | xyz |
Datatype: A uint32 vector in 3D space.