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

Component: Specifies how often this force should be applied per iteration. More...

#include <rerun/blueprint/components/force_iterations.hpp>

Public Member Functions

 ForceIterations (rerun::datatypes::UInt64 distance_)
 
ForceIterationsoperator= (rerun::datatypes::UInt64 distance_)
 
 ForceIterations (uint64_t value_)
 
ForceIterationsoperator= (uint64_t value_)
 
 operator rerun::datatypes::UInt64 () const
 Cast to the underlying UInt64 datatype.
 

Public Attributes

rerun::datatypes::UInt64 distance
 

Detailed Description

Component: Specifies how often this force should be applied per iteration.

Increasing this parameter can lead to better results at the cost of longer computation time.


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