|
| basic_smooth_value (const value_type value) |
|
constexpr auto | operator= (const value_type value) -> basic_smooth_value & |
|
constexpr auto | operator+= (const value_type value) -> basic_smooth_value & |
|
constexpr auto | operator-= (const value_type value) -> basic_smooth_value & |
|
constexpr auto | operator*= (const value_type value) -> basic_smooth_value & |
|
constexpr auto | operator/= (const value_type value) -> basic_smooth_value & |
|
constexpr auto | operator+ (const value_type value) -> basic_smooth_value |
|
constexpr auto | operator- (const value_type value) -> basic_smooth_value |
|
constexpr auto | operator* (const value_type value) -> basic_smooth_value |
|
constexpr auto | operator/ (const value_type value) -> basic_smooth_value |
|
constexpr auto | value () const noexcept -> value_type |
|
constexpr | operator value_type () const noexcept |
|
constexpr void | update (const units::second &delta_time, const value_type base_speed) |
|
|
static constexpr auto | mode = Mode |
|
The documentation for this class was generated from the following file: