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

Method Add

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

Source from the content-addressed store, hash-verified

114 static Matrix Identity() { return ::MatrixIdentity(); }
115
116 Matrix Add(const ::Matrix& right) { return ::MatrixAdd(*this, right); }
117
118 Matrix operator+(const ::Matrix& matrix) { return ::MatrixAdd(*this, matrix); }
119

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected