| 2470 | } |
| 2471 | |
| 2472 | void operator =(const Mat3D& m) volatile |
| 2473 | { |
| 2474 | matrix = m.matrix; |
| 2475 | } |
| 2476 | |
| 2477 | template <typename type, int cnt, int ind_00, int ind_01, int ind_02, int ind_10, int ind_11, int ind_12, int ind_20, int ind_21, int ind_22> |
| 2478 | Mat3D& operator =(const Submat3D<type, cnt, ind_00, ind_01, ind_02, ind_10, ind_11, ind_12, ind_20, ind_21, ind_22>& m) |
nothing calls this directly
no outgoing calls
no test coverage detected