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

Definition of the LimitState enumeration and closely related code. More...

This graph shows which files directly or indirectly include this file:

Namespaces

 playrho
 

Enumerations

enum class  playrho::LimitState { playrho::e_inactiveLimit , playrho::e_atLowerLimit , playrho::e_atUpperLimit , playrho::e_equalLimits }
 Limit state. More...
 

Functions

const char * playrho::ToString (LimitState val) noexcept
 Provides a human readable C-style string uniquely identifying the given limit state.
 

Detailed Description

Definition of the LimitState enumeration and closely related code.