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

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).
 

Detailed Description

Datatype: An Axis-Aligned Bounding Box in 2D space, implemented as the minimum and maximum corners.


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