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

Method Matrix

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

Source from the content-addressed store, hash-verified

16class Matrix : public ::Matrix {
17public:
18 constexpr Matrix(const ::Matrix& mat)
19 : ::Matrix(mat) {
20 // Nothing.
21 }
22
23 constexpr Matrix(
24 float m0 = 0,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected