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

Method operator-

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

Source from the content-addressed store, hash-verified

120 Matrix Subtract(const ::Matrix& right) { return ::MatrixSubtract(*this, right); }
121
122 Matrix operator-(const ::Matrix& matrix) { return ::MatrixSubtract(*this, matrix); }
123
124 static Matrix Translate(float x, float y, float z) { return ::MatrixTranslate(x, y, z); }
125

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected