TMtx::TriangleUnit Property

__declspec(property(get = GetTriangleUnit, put = SetTriangleUnit)) bool TriangleUnit;

Determine, if the matrix is unit triangular.

Read: bool GetTriangleUnit();
Write: void SetTriangleUnit(const bool Value);
Remarks:

Determine, if the matrix is unit triangular.

See Also: TMtx::TriangleForm
Declared in Dew::Math::TMtx · Dew.Math/MtxVec.h · Cross-compiler