Click or drag to resize

Matrix4FGetTrace 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 float GetTrace()

Return Value

Type: Single
The trace of the matrix.
See Also