MatrixBase_asDiagonal.cpp
Go to the documentation of this file.
1 cout << Matrix3i(Vector3i(2,5,6).asDiagonal()) << endl;
Matrix< int, 3, 1 > Vector3i
3×1 vector of type int.
Definition: Matrix.h:500
Matrix< int, 3, 3 > Matrix3i
3×3 matrix of type int.
Definition: Matrix.h:500