10 { 0.0, 0.0, 0.0, 0.0 },
11 { 0.0, 0.0, 0.0, 0.0 },
12 { 0.0, 0.0, 0.0, 0.0 },
13 { 0.0, 0.0, 0.0, 0.0 }
19 for (std::size_t i = 0; i < std::extent<
decltype(data), 0>::value; ++i) {
20 for (std::size_t j = 0; j < std::extent<
decltype(data), 1>::value; ++j) {
21 data[i][j] = a_rhs.
data[i][j];
GMatrix3D & operator=(const GMatrix3D &a_rhs)
Definition GMatrix3D.h:17
GMatrix3D()
Definition GMatrix3D.h:8
float data[4][4]
Definition GMatrix3D.h:27
Definition AbsorbEffect.h:6