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

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

Expand(const value_type &v) noexceptplayrho::Interval< T >inline
ExpandEqually(const NonNegative< value_type > &v) noexceptplayrho::Interval< T >inline
GetCenter(const Interval< T > &v) noexceptplayrho::Interval< T >related
GetHighest() noexceptplayrho::Interval< T >inlinestatic
GetIntersection(Interval< T > a, const Interval< T > &b) noexceptplayrho::Interval< T >related
GetLowest() noexceptplayrho::Interval< T >inlinestatic
GetMax() const noexceptplayrho::Interval< T >inline
GetMin() const noexceptplayrho::Interval< T >inline
Include(const value_type &v) noexceptplayrho::Interval< T >inline
Include(const Interval &v) noexceptplayrho::Interval< T >inline
Intersect(const Interval &v) noexceptplayrho::Interval< T >inline
Interval()=defaultplayrho::Interval< T >
Interval(const Interval &other)=defaultplayrho::Interval< T >
Interval(Interval &&other)=defaultplayrho::Interval< T >
Interval(const value_type &v) noexceptplayrho::Interval< T >inlineexplicit
Interval(const value_type &a, const value_type &b) noexceptplayrho::Interval< T >inline
Interval(const std::initializer_list< T > ilist) noexceptplayrho::Interval< T >inline
Interval(pair_type pair) noexceptplayrho::Interval< T >inlineexplicitprivate
IsIntersecting(const Interval< T > &a, const Interval< T > &b) noexceptplayrho::Interval< T >related
LengthInterval typedefplayrho::Interval< T >related
limits typedefplayrho::Interval< T >
m_maxplayrho::Interval< T >private
m_minplayrho::Interval< T >private
Move(const value_type &v) noexceptplayrho::Interval< T >inline
operator!=(const Interval< T > &a, const Interval< T > &b) noexceptplayrho::Interval< T >related
operator<(const Interval< T > &lhs, const Interval< T > &rhs) noexceptplayrho::Interval< T >related
operator<=(const Interval< T > &lhs, const Interval< T > &rhs) noexceptplayrho::Interval< T >related
operator=(const Interval &other)=defaultplayrho::Interval< T >
operator=(Interval &&other)=defaultplayrho::Interval< T >
operator==(const Interval< T > &a, const Interval< T > &b) noexceptplayrho::Interval< T >related
operator>(const Interval< T > &lhs, const Interval< T > &rhs) noexceptplayrho::Interval< T >related
operator>=(const Interval< T > &lhs, const Interval< T > &rhs) noexceptplayrho::Interval< T >related
pair_type typedefplayrho::Interval< T >private
value_type typedefplayrho::Interval< T >
~Interval() noexcept=default (defined in playrho::Interval< T >)playrho::Interval< T >