Searched refs:MIN_VELOCITY (Results 1 – 4 of 4) sorted by relevance
25 constexpr float MIN_VELOCITY = 200.f; variable112 auto canRebound = !isFirstStart_ && velocity < MIN_VELOCITY; in ShouldStartRebound()
26 constexpr double MIN_VELOCITY = 100.0; variable93 velocity = std::clamp(velocity, MIN_VELOCITY, MAX_VELOCITY); in ProcessAbsorb()
27 constexpr double MIN_VELOCITY = 100.0; variable95 velocity = std::clamp(velocity, MIN_VELOCITY, MAX_VELOCITY); in ProcessAbsorb()
26 constexpr double MIN_VELOCITY = -10000.0; variable202 double correctVelocity = std::clamp(info.GetMainVelocity(), MIN_VELOCITY, MAX_VELOCITY); in HandleDragEnd()