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

12b2497f 1a0f 4d13 3b70 3896b0b42e49

haplokuon edited this page May 6, 2023 · 1 revision

Matrix3 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].
M13 Gets or sets the matrix element [0,2].
M21 Gets or sets the matrix element [1,0].
M22 Gets or sets the matrix element [1,1].
M23 Gets or sets the matrix element [1,2].
M31 Gets or sets the matrix element [2,0].
M32 Gets or sets the matrix element [2,1].
M33 Gets or sets the matrix element [2,2].
Zero Gets the zero matrix.

See Also

Reference

Matrix3 Structure
netDxf Namespace

Clone this wiki locally