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

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_)
 
Vec3Doperator= (std::array< float, 3 > xyz_)
 

Public Attributes

std::array< float, 3 > xyz
 

Detailed Description

Datatype: A vector in 3D space.


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