The Matrix type exposes the following members.

Properties

  NameDescription
cols
Gets the number of columns in the matrix.
Identity
Gets a 4x4 identity matrix.
IsSingular
Indicates whether the matrix is singular.
IsSquare
Indicates whether the matrix is square.
Item
Gets or sets an entry in the matrix.
rows
Gets the number of rows in the matrix.

See Also