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