blob: d62cf7b4ec673a233e66d13459456867689a21ab [file] [log] [blame]
Benoit Jacob9466e5f2008-08-19 04:30:28 +00001Vector3d v(1,2,3);
2cout << v.cwise()+5 << endl;