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