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

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_)
 
Vec4Doperator= (std::array< float, 4 > xyzw_)
 

Public Attributes

std::array< float, 4 > xyzw
 

Detailed Description

Datatype: A vector in 4D space.


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