Gets the trace of the 3d matrix.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.0.0)
Syntax
| C# |
|---|
public double Trace { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property Trace As Double |
| Visual C++ |
|---|
public: property double Trace { double get (); } |
Field Value
The trace of the matrix.
Remarks
The trace of a matrix is the sum of the diagonal elements of the matrix.