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