Click or drag to resize

Matrix4GetTrace 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: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public double GetTrace()

Return Value

Type: Double
The trace of the matrix.
See Also