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

Method Identity

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

Source from the content-addressed store, hash-verified

112 RLCPP_NODISCARD Matrix Invert() const { return ::MatrixInvert(*this); }
113
114 static Matrix Identity() { return ::MatrixIdentity(); }
115
116 Matrix Add(const ::Matrix& right) { return ::MatrixAdd(*this, right); }
117

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected