Check whether first specified floating point value is greater then second one with specified tolerance.
template<class FLOAT> constexpr bool IsGreater(const FLOAT a, const FLOAT b, const FLOAT tolerance);
Namespace: | nitisa::math |
Include: | Nitisa/Modules/Math/Utils.h |