PlayRho  1.1.0
An Interactive Real-Time-Oriented C++ Physics Engine & Library
playrho::UnitIntervalChecker< T > Member List

This is the complete list of members for playrho::UnitIntervalChecker< T >, including all inherited members.

exception_type typedefplayrho::UnitIntervalChecker< T >
operator()() noexcept -> decltype(static_cast< T >(0))playrho::UnitIntervalChecker< T >inline
operator()(const T &v) -> decltype((v >=static_cast< T >(0) &&v<=static_cast< T >(1)), T(v))playrho::UnitIntervalChecker< T >inline