Click or drag to resize
DigitalRuneMatrixFSetIdentity Method
Sets this matrix to an identity matrix.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public void SetIdentity()
Remarks
The elements in the main diagonal are set to 1. All other elements are set to 0.
See Also