Gets the identity matrix.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.12.2
Syntaxpublic static Matrix Identity { get; }
Public Shared ReadOnly Property Identity As Matrix
Get
public:
static property Matrix Identity {
Matrix get ();
}
static member Identity : Matrix with get
STATIC PROPERTY Identity AS Matrix GET
Property Value
Type:
Matrix
See Also