¡@

Home 

c++ Programming Glossary: vectorall

order a vector of points based on another vector

http://stackoverflow.com/questions/11341498/order-a-vector-of-points-based-on-another-vector

a C application. I have 2 vectors of points vector Point2f vectorAll vector Point2f vectorSpecial Point2f is defined typedef Point_.. Point2f is defined typedef Point_ float Point2f vectorAll has 1000 point while vectorSpecial has 10 points. First Step.. the points in vectorSpecial depending on their order in vectorAll. So something like this For each Point in vectorSpecial Get..