| Matrix22FTrace Property |
Gets the matrix trace (the sum of the diagonal elements).
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public float Trace { get; }
Public ReadOnly Property Trace As Single
Get
public:
property float Trace {
float get ();
}
member Trace : float32 with get
Property Value
Type:
SingleThe matrix trace.
See Also