Rerun C++ SDK
|
Datatype: An Axis-Aligned Bounding Box in 2D space, implemented as the minimum and maximum corners. More...
#include <rerun/datatypes/range2d.hpp>
Public Attributes | |
rerun::datatypes::Range1D | x_range |
The range of the X-axis (usually left and right bounds). | |
rerun::datatypes::Range1D | y_range |
The range of the Y-axis (usually top and bottom bounds). | |
Datatype: An Axis-Aligned Bounding Box in 2D space, implemented as the minimum and maximum corners.