Initial commit
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
Matrix4i m = Matrix4i::Random();
|
||||
m.row(1).setZero();
|
||||
cout << m << endl;
|
||||
Reference in New Issue
Block a user
@@ -0,0 +1,3 @@
|
||||
Matrix4i m = Matrix4i::Random();
|
||||
m.row(1).setZero();
|
||||
cout << m << endl;
|
||||