MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / operator =

Method operator =

TSAlgebra.h:2365–2368  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2363 }
2364
2365 void operator =(const Mat2D& m) volatile
2366 {
2367 matrix = m.matrix;
2368 }
2369
2370 template <typename type, int cnt, int ind_00, int ind_01, int ind_10, int ind_11>
2371 Mat2D& operator =(const Submat2D<type, cnt, ind_00, ind_01, ind_10, ind_11>& m)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected