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