Gitiles
Code Review
Sign In
realtimeroboticsgroup.org
/
RealtimeRoboticsGroup
/
test
/
189376f1eb10ecaca8a0b1ea00eba0e6f995da27
/
.
/
doc
/
snippets
/
Cwise_acos.cpp
blob: 34432cbacfb9aa120213a85a1f3190392b0629ad [
file
] [
log
] [
blame
]
Array3d
v
(
0
,
sqrt
(
2.
)/
2
,
1
);
cout
<<
v
.
acos
()
<<
endl
;