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

Method Subtract

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

Source from the content-addressed store, hash-verified

118 Matrix operator+(const ::Matrix& matrix) { return ::MatrixAdd(*this, matrix); }
119
120 Matrix Subtract(const ::Matrix& right) { return ::MatrixSubtract(*this, right); }
121
122 Matrix operator-(const ::Matrix& matrix) { return ::MatrixSubtract(*this, matrix); }
123

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected