| MatrixDSetIdentity Method |
Sets this matrix to an identity matrix.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public void SetIdentity()
public:
void SetIdentity()
member SetIdentity : unit -> unit
Remarks
The elements in the main diagonal are set to 1. All other elements are set to
0.
See Also