|
Rerun C++ SDK
|
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_) | |
| DVec2D & | operator= (std::array< double, 2 > xy_) |
Public Attributes | |
| std::array< double, 2 > | xy |
Datatype: A double-precision vector in 2D space.