Rerun C++ SDK
|
Component: The strength of a given force. More...
#include <rerun/blueprint/components/force_strength.hpp>
Public Member Functions | |
ForceStrength (rerun::datatypes::Float64 distance_) | |
ForceStrength & | operator= (rerun::datatypes::Float64 distance_) |
ForceStrength (double value_) | |
ForceStrength & | operator= (double value_) |
operator rerun::datatypes::Float64 () const | |
Cast to the underlying Float64 datatype. | |
Public Attributes | |
rerun::datatypes::Float64 | distance |
Component: The strength of a given force.
Allows to assign different weights to the individual forces, prioritizing one over the other.