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