blob: b1dbc70bcded3df156f986f1ef4a6826454c65b8 [file] [log] [blame]
Brian Silverman72890c22015-09-19 14:37:37 -04001Vector3i v = Vector3i::Random();
2cout << "Here is the vector v:" << endl << v << endl;
3cout << "v.replicate(2,5) = ..." << endl;
4cout << v.replicate(2,5) << endl;