Vector Questions

Discussion in 'PHP' started by redhits, Aug 23, 2007.

  1. #1
    I have 2 vectors.
    v1 that's a 3 dimensional vector
    and
    v2 that's a 2 dimensional vector


    My question it's.

    How i can move data from vector 1 to vector 2.

    I only need to move something like

    v1['chicago'][$x][$y] into v1[$x][$y]


    How i can do this!? without recreating the vector?
     
    redhits, Aug 23, 2007 IP
    Yfcadmin and WorldImpulse like this.