Click or drag to resize
DigitalRuneMatrixF Constructor
Initializes a new instance of the MatrixF 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 MatrixF()
Remarks
Note: This constructor is used for serialization. Normally, the other constructors should be used.
See Also