Get the identity matrix
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic static Matrix4x4 Identity()
Public Shared Function Identity As Matrix4x4
public:
static Matrix4x4^ Identity()
Return Value
Type: 
Matrix4x4An identity matrix
See Also