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

Method Invert

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

Source from the content-addressed store, hash-verified

110 RLCPP_NODISCARD Matrix Transpose() const { return ::MatrixTranspose(*this); }
111
112 RLCPP_NODISCARD Matrix Invert() const { return ::MatrixInvert(*this); }
113
114 static Matrix Identity() { return ::MatrixIdentity(); }
115

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected