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