Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::datatypes::UVec2D Struct Reference

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_)
 
UVec2Doperator= (std::array< uint32_t, 2 > xy_)
 

Public Attributes

std::array< uint32_t, 2 > xy
 

Detailed Description

Datatype: A uint32 vector in 2D space.


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