View Single Post
Old 02-17-2005, 04:51 AM   #1 (permalink)
inox
Registered User
 
Join Date: Feb 2005
Posts: 5
inox is on a distinguished road
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 :-)
inox is offline   Reply With Quote