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

Datatype: An int32 vector in 3D space. More...

#include <rerun/datatypes/ivec3d.hpp>

Public Member Functions

 IVec3D (int32_t x, int32_t y, int32_t z)
 Construct IVec3D from x/y/z values.
 
 IVec3D (const int32_t *xyz_)
 Construct IVec3D from x/y/z int32_t pointer.
 
int32_t x () const
 
int32_t y () const
 
int32_t z () const
 
 IVec3D (std::array< int32_t, 3 > xyz_)
 
IVec3Doperator= (std::array< int32_t, 3 > xyz_)
 

Public Attributes

std::array< int32_t, 3 > xyz
 

Detailed Description

Datatype: An int32 vector in 3D space.


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