WPILibC++ 2027.0.0-alpha-4
Loading...
Searching...
No Matches
wpi::math::ExponentialProfile< Distance, Input >::State Class Reference

Profile state. More...

#include <wpi/math/trajectory/ExponentialProfile.hpp>

Public Member Functions

constexpr bool operator== (const State &) const =default

Public Attributes

Distance_t position {0}
 The position at this state.
Velocity_t velocity {0}
 The velocity at this state.

Detailed Description

template<class Distance, class Input>
class wpi::math::ExponentialProfile< Distance, Input >::State

Profile state.

Member Function Documentation

◆ operator==()

template<class Distance, class Input>
bool wpi::math::ExponentialProfile< Distance, Input >::State::operator== ( const State & ) const
constexprdefault

Member Data Documentation

◆ position

template<class Distance, class Input>
Distance_t wpi::math::ExponentialProfile< Distance, Input >::State::position {0}

The position at this state.

◆ velocity

template<class Distance, class Input>
Velocity_t wpi::math::ExponentialProfile< Distance, Input >::State::velocity {0}

The velocity at this state.


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