| Vector of vectors Hello everybody,
I am trying to figure out how I can have vector of vectors. Basically what I want to do is to have something like below
VectorN = [ [vector_a],[vector_b],[vector_c],...,[vector_n] ]
VectorN is comprises of a series of another vector where each consists of 3 values ([vector_a] = [int x, int y, int z]
I really appreciate the helps.
Thanking in advance :-) |