Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
189376f1eb10ecaca8a0b1ea00eba0e6f995da27
/
.
/
doc
/
snippets
/
MatrixBase_setIdentity.cpp
blob: 4fd0aa24acd6fca58719162f47fea50f1bac44d5 [
file
] [
log
] [
blame
]
Matrix4i
m
=
Matrix4i
::
Zero
();
m
.
block
<
3
,
3
>(
1
,
0
).
setIdentity
();
cout
<<
m
<<
endl
;