Gets a 4x4 identity matrix.

Namespace:  Bespoke.Common.LinearAlgebra
Assembly:  Bespoke.Common (in Bespoke.Common.dll) Version: 4.3.0.0 (4.3.0.0)

Syntax

C#
public static Matrix Identity { get; }
Visual Basic (Declaration)
Public Shared ReadOnly Property Identity As Matrix
Visual C++
public:
static property Matrix^ Identity {
	Matrix^ get ();
}

See Also