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

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

#include <rerun/encodings/range2d.hpp>

Public Attributes

rerun::encodings::Range1D x_range
 The range of the X-axis (usually left and right bounds).
 
rerun::encodings::Range1D y_range
 The range of the Y-axis (usually top and bottom bounds).
 

Detailed Description

Encoding: 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: