Rerun C++ SDK
|
Component: The target distance between two nodes. More...
#include <rerun/blueprint/components/force_distance.hpp>
Public Member Functions | |
ForceDistance (rerun::datatypes::Float64 distance_) | |
ForceDistance & | operator= (rerun::datatypes::Float64 distance_) |
ForceDistance (double value_) | |
ForceDistance & | operator= (double value_) |
operator rerun::datatypes::Float64 () const | |
Cast to the underlying Float64 datatype. | |
Public Attributes | |
rerun::datatypes::Float64 | distance |
Component: The target distance between two nodes.
This is helpful to scale the layout, for example if long labels are involved.