Definition of the LimitState
enumeration and closely related code.
More...
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. | |
Definition of the LimitState
enumeration and closely related code.