|
Rerun C++ SDK
|
Component: The metric size of one grid cell in local scene units. More...
#include <rerun/components/cell_size.hpp>
Public Member Functions | |
| CellSize (rerun::datatypes::Float32 value_) | |
| CellSize & | operator= (rerun::datatypes::Float32 value_) |
| CellSize (float value_) | |
| CellSize & | operator= (float value_) |
| operator rerun::datatypes::Float32 () const | |
| Cast to the underlying Float32 datatype. | |
Public Attributes | |
| rerun::datatypes::Float32 | value |
Component: The metric size of one grid cell in local scene units.
E.g. for 2D grid maps, this is the physical size represented by a single pixel or cell.