This is my vector.
vector (Vec4i) lines; I have tried this but It is not working.
lines.push_back((0,0,10,10));
How can i do this job correctly?
1 | initial version |
This is my vector.
vector (Vec4i) lines; I have tried this but It is not working.
lines.push_back((0,0,10,10));
How can i do this job correctly?