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

Component: Linear speed, used for translation speed for example. More...

#include <rerun/components/linear_speed.hpp>

Public Member Functions

 LinearSpeed (rerun::datatypes::Float64 speed_)
 
LinearSpeedoperator= (rerun::datatypes::Float64 speed_)
 
 LinearSpeed (double value_)
 
LinearSpeedoperator= (double value_)
 
 operator rerun::datatypes::Float64 () const
 Cast to the underlying Float64 datatype.
 

Public Attributes

rerun::datatypes::Float64 speed
 Speed value in units of length per unit of time.
 

Detailed Description

Component: Linear speed, used for translation speed for example.


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