PlayRho  2.0.0
An interactive physics engine & library.
StepConf.hpp File Reference

Declarations of the StepConf class, and free functions associated with it. More...

#include <type_traits>
#include <playrho/NonNegative.hpp>
#include <playrho/Positive.hpp>
#include <playrho/Real.hpp>
#include <playrho/Settings.hpp>
#include <playrho/Units.hpp>
Include dependency graph for StepConf.hpp:
This graph shows which files directly or indirectly include this file:

Classes

struct  playrho::StepConf
 Step configuration. More...
 

Namespaces

 playrho
 

Functions

Length playrho::GetMaxRegLinearCorrection (const StepConf &conf) noexcept
 Gets the maximum regular linear correction from the given value.
 
bool playrho::IsMaxTranslationWithinTolerance (const StepConf &conf) noexcept
 Determines whether the maximum translation is within tolerance.
 

Detailed Description

Declarations of the StepConf class, and free functions associated with it.