Click or drag to resize
DigitalRuneMatrix44FMinor Property
Gets or sets the upper left 3x3 sub-matrix.

Namespace: DigitalRune.Mathematics.Algebra
Assembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax
[XmlIgnoreAttribute]
[ContentSerializerIgnoreAttribute]
public Matrix33F Minor { get; set; }

Property Value

Type: Matrix33F
The 3x3 matrix that is produced by removing the last row and column of this matrix.
Remarks
Setting the minor matrix does not affect the elements in the fourth row or column.
See Also