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

Method set

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

Source from the content-addressed store, hash-verified

176#endif
177protected:
178 void set(const ::Matrix& mat) {
179 m0 = mat.m0;
180 m1 = mat.m1;
181 m2 = mat.m2;
182 m3 = mat.m3;
183 m4 = mat.m4;
184 m5 = mat.m5;
185 m6 = mat.m6;
186 m7 = mat.m7;
187 m8 = mat.m8;
188 m9 = mat.m9;
189 m10 = mat.m10;
190 m11 = mat.m11;
191 m12 = mat.m12;
192 m13 = mat.m13;
193 m14 = mat.m14;
194 m15 = mat.m15;
195 }
196};
197} // namespace raylib
198

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected