Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

C++ - Difference between Vec definitions

What is the difference between the definitions: 1) vector<Vec4i> lines and 2) Vec4i l

I found both these in the same code here. I am wondering if there is any difference between the both? If not why use the first format which is longer?

click to hide/show revision 2
No.2 Revision

updated 2016-11-01 00:58:46 -0600

berak gravatar image

C++ - Difference between Vec definitions

What is the difference between the definitions: definitions:

1) vector<Vec4i> lines and and

2) Vec4i l

I found both these in the same code here. I am wondering if there is any difference between the both? If not why use the first format which is longer?