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