Click or drag to resize
Accord.NET (logo)

Matrix3x3Identity Property

Provides an identity matrix with all diagonal elements set to 1.

Namespace:  Accord.Math
Assembly:  Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax
public static Matrix3x3 Identity { get; }
Request Example View Source

Property Value

Type: Matrix3x3
See Also