blob: 9b5b9583c2193654c656090e57987e38e0165541 [file] [log] [blame]
Matrix4i m = Matrix4i::Random();
m.row(1).setZero();
cout << m << endl;