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

Datatype: A double-precision vector in 2D space. More...

#include <rerun/datatypes/dvec2d.hpp>

Public Member Functions

 DVec2D (double x, double y)
 Construct DVec2D from x/y values.
 
 DVec2D (const double *xy_)
 Construct DVec2D from x/y double pointer.
 
double x () const
 
double y () const
 
 DVec2D (std::array< double, 2 > xy_)
 
DVec2Doperator= (std::array< double, 2 > xy_)
 

Public Attributes

std::array< double, 2 > xy
 

Detailed Description

Datatype: A double-precision vector in 2D space.


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