1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

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.