Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e28ef9b commit 852e226Copy full SHA for 852e226
Libs/ecm/math/matrix4x4.hpp
@@ -36,8 +36,8 @@ namespace ecm::math
36
// First row of the matrix
37
T m00, m01, m02, m03;
38
// Second row of the matrix
39
- T m10, m11, m12 the, m13;
40
- // Third row of matrix
+ T m10, m11, m12, m13;
+ // Third row of the matrix
41
T m20, m21, m22, m23;
42
// Fourth row of the matrix
43
T m30, m31, m32, m33;
0 commit comments