Limit

template<typename T>
struct Limit

Public Types

using value_type = T

Public Functions

inline Limit<T> normalize() const
inline auto center() const
inline auto range() const
template<typename OT>
inline bool is_inside(const OT &other) const
template<typename OT>
inline bool is_outside(const OT &other) const
template<typename OT>
inline T clamp(const OT &other) const
template<typename OT>
inline T fold(const OT &other) const

Public Members

T min
T max