Rerun C++ SDK
Loading...
Searching...
No Matches
rerun::components::CellSize Struct Reference

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_)
 
CellSizeoperator= (rerun::datatypes::Float32 value_)
 
 CellSize (float value_)
 
CellSizeoperator= (float value_)
 
 operator rerun::datatypes::Float32 () const
 Cast to the underlying Float32 datatype.
 

Public Attributes

rerun::datatypes::Float32 value
 

Detailed Description

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.


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