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

Definition of the DistanceConf class and closely related code. More...

#include <type_traits>
#include <playrho/Settings.hpp>
#include <playrho/d2/Simplex.hpp>
Include dependency graph for DistanceConf.hpp:

Classes

struct  playrho::d2::DistanceConf
 Distance Configuration. More...
 

Namespaces

 playrho
 
 playrho::d2
 

Functions

DistanceConf playrho::d2::GetDistanceConf (const StepConf &conf) noexcept
 Gets the distance configuration for the given step configuration.
 
DistanceConf playrho::d2::GetDistanceConf (const ToiConf &conf) noexcept
 Gets the distance configuration for the given time of impact configuration.
 

Detailed Description

Definition of the DistanceConf class and closely related code.