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