38 #include "Wm5Vector2.h"
43 template <
typename Iterator>
46 Iterator xIter = x_begin;
47 Iterator yIter = y_begin;
48 std::vector<Wm5::Vector2d> points;
49 for(;xIter!=x_end; ++xIter, ++yIter)
51 points.push_back( Wm5::Vector2d(*xIter, *yIter) );