Click or drag to resize

Matrix2FGetTrace Method

Gets the trace of the matrix, the sum of the values along the diagonal.

Namespace: NeoAxis
Assembly: NeoAxis.Core (in NeoAxis.Core.dll) Version: 2026.1.1.0 (2026.1.1.0)
Syntax
C#
public float GetTrace()

Return Value

Single
The trace of the matrix.
See Also