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

Method Transpose

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

* Transposes provided matrix */

Source from the content-addressed store, hash-verified

108 * Transposes provided matrix
109 */
110 RLCPP_NODISCARD Matrix Transpose() const { return ::MatrixTranspose(*this); }
111
112 RLCPP_NODISCARD Matrix Invert() const { return ::MatrixInvert(*this); }
113

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected