blob: 17a706ca2926a2d3ed86206ac6eee6e4aa63feae [file] [log] [blame]
Matrix4i m = Matrix4i::zero();
m.block<3,3>(1,0).setIdentity();
cout << m << endl;