MCPcopy Create free account
hub / github.com/RobLoach/raylib-cpp / Trace

Method Trace

include/Matrix.hpp:105–105  ·  view source on GitHub ↗

* Returns the trace of the matrix (sum of the values along the diagonal) */

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected