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

Method operator =

TSAlgebra.h:2472–2475  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected