|  | Matrix44D Properties | 
The Matrix44D type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | Determinant | 
            Returns the determinant of this matrix.
             | 
|  | Inverse | 
            Returns the inverse of this matrix.
             | 
|  | IsNaN | 
            Gets a value indicating whether an element of the matrix is NaN.
             | 
|  | IsSymmetric | 
            Gets a value indicating whether this matrix is symmetric.
             | 
|  | ItemInt32 | 
            Gets or sets the element at the specified index.
             | 
|  | ItemInt32, Int32 | 
            Gets or sets the element at the specified index.
             | 
|  | Minor | 
            Gets or sets the upper left 3x3 sub-matrix.
             | 
|  | Trace | 
            Gets the matrix trace (the sum of the diagonal elements).
             | 
|  | Translation | |
|  | Transposed | 
            Returns the transposed of this matrix.
             | 
 See Also
See Also