TMtx::TriangleForm Property

__declspec(property(get = GetTriangleForm, put = SetTriangleForm)) TTriangleForm TriangleForm;

Determine which part (upper or lower) of the symmetric, hermitian or triangular matrix is set.

Read: TTriangleForm GetTriangleForm();
Write: void SetTriangleForm(const TTriangleForm Value);
Remarks:

Determine which part (upper or lower) of the symmetric, hermitian or triangular matrix is set.

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