Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

706ed14c b842 9c6e 01db 42740accff89

haplokuon edited this page May 6, 2023 · 1 revision

Matrix2 Properties

netDxf 3.0.0 Library

Properties

Identity Gets the identity matrix.
IsIdentity Gets if the actual matrix is the identity.
Item Gets or sets the component at the given row and column index in the matrix.
M11 Gets or sets the matrix element [0,0].
M12 Gets or sets the matrix element [0,1].
M21 Gets or sets the matrix element [1,0].
M22 Gets or sets the matrix element [1,1].
Zero Gets the zero matrix.

See Also

Reference

Matrix2 Structure
netDxf Namespace

Clone this wiki locally