Gets the identity matrix.
Namespace:
DXFReaderNET
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public 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:
MatrixSee Also