* Returns the trace of the matrix (sum of the values along the diagonal) */
| 103 | * Returns the trace of the matrix (sum of the values along the diagonal) |
| 104 | */ |
| 105 | RLCPP_NODISCARD float Trace() const { return ::MatrixTrace(*this); } |
| 106 | |
| 107 | /** |
| 108 | * Transposes provided matrix |
nothing calls this directly
no outgoing calls
no test coverage detected