blob: 6919ca1defc253c835500e4c01ae747683868cc2 [file] [log] [blame]
Vector3d v(1,2,3);
v.cwise() -= 5;
cout << v << endl;