Searched refs:VMAX (Results 1 – 3 of 3) sorted by relevance
35 constexpr float VMAX = 5.0f; variable156 speed_ = std::abs(speed_) >= std::abs(VMAX) ? std::abs(VMAX) : std::abs(speed_); in UpdatePlayAnimationValue()157 …showCount_ = static_cast<int>(DISMIN + (DISMAX - DISMIN) * (std::abs(speed_) - VMIN) / (VMAX - VMI… in UpdatePlayAnimationValue()
36 constexpr double VMAX = 5.0; variable158 double velocityMax = VMAX; in UpdatePlayAnimationValue()
33 constexpr double VMAX = 5.0; variable151 double velocityMax = VMAX; in UpdatePlayAnimationValue()