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