|
Rerun C++ SDK
|
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_) | |
| IVec3D & | operator= (std::array< int32_t, 3 > xyz_) |
Public Attributes | |
| std::array< int32_t, 3 > | xyz |
Datatype: An int32 vector in 3D space.