Click or drag to resize
Accord.NET (logo)

Matrix4x4Identity 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 Matrix4x4 Identity { get; }
Request Example View Source

Property Value

Type: Matrix4x4
See Also