Sign in
eigen
/
mirror
/
6ecd02d7ec85f07e02559cb311d4dd07e844a72d
/
.
/
doc
/
snippets
/
Cwise_sin.cpp
blob: 41ffcc21dfdd655693a6fefbd4bbd099d1444643 [
file
] [
log
] [
blame
]
Vector3d
v
(
M_PI
,
M_PI
/
2
,
M_PI
/
3
);
cout
<<
v
.
cwise
().
sin
()
<<
endl
;