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