TMtx::ZeroTolerance Property

__declspec(property(get = GetZeroTolerance, put = SetZeroTolerance)) double ZeroTolerance;

The tolerance used by TMtx::IsEqual.

Read: double GetZeroTolerance();
Write: void SetZeroTolerance(const double value);
Remarks:

The tolerance used by TMtx::IsEqual when the comparison type is relative.

Declared in Dew::Math::TMtxVec · Dew.Math/AbstractMtxVec.h · Cross-compiler