Table of Contents

Field Matrix2x2

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

Represents the 2x2 linear transformation matrix as a Vector4.

public Vector4 Matrix2x2

Returns

Vector4
Represents the 2x2 linear transformation matrix as a .

Remarks

The vector overlays the 2x2 linear part of the structure, with the components corresponding to the matrix elements in row-major order: (M11, M12, M21, M22). This allows efficient manipulation of the matrix as a single vector.