Rerun C++ SDK
|
Component: Length, or one-dimensional size. More...
#include <rerun/components/length.hpp>
Public Member Functions | |
Length (rerun::datatypes::Float32 length_) | |
Length & | operator= (rerun::datatypes::Float32 length_) |
Length (float value_) | |
Length & | operator= (float value_) |
operator rerun::datatypes::Float32 () const | |
Cast to the underlying Float32 datatype. | |
Public Attributes | |
rerun::datatypes::Float32 | length |
Component: Length, or one-dimensional size.
Measured in its local coordinate system; consult the archetype in use to determine which axis or part of the entity this is the length of.