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