Click or drag to resize
DigitalRuneMatrixD Constructor
Initializes a new instance of the MatrixD class with 4 x 4 matrix elements.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
public MatrixD()
Remarks
Note: This constructor is used for serialization. Normally, the other constructors should be used.
See Also