Public Properties
Creates a copy of this matrix. Syntax Return Value Duplicated matrix.
Gets an identity matrix. Syntax
Gets a boolean value indicating whether this matrix is an identity matrix. Syntax
Gets or sets value at the first row, first column of the matrix. Syntax
Gets or sets value at the first row, second column of the matrix. Syntax
Gets or sets value at the second row, first column of the matrix. Syntax
Gets or sets value at the second row, second column of the matrix. Syntax
Multiplies this matrix by the matrix specified in the matrix parameter, by prepending the specified matrix. Syntax Parameters matrix The matrix by which this matrix is to be multiplied.
Multiplies this matrix by the matrix specified in the matrix parameter. Syntax Parameters matrix The matrix by which this matrix is to be multiplied.order The multiplication order.