Return whether specified floating point value is between specified limits or not with specified tolerance.
constexpr bool IsBetween(const float a, const float min, const float max, const float tolerance = Tolerance);
constexpr bool IsBetween(const double a, const double min, const double max, const double tolerance = dTolerance);
Namespace: | nitisa |
Include: | Nitisa/Core/Math/Utils.h |