26 #include <mln/core/alias/point2d.hh>
27 #include <mln/world/inter_pixel/separator_to_pixels.hh>
33 using namespace world::inter_pixel;
36 p00(0, 0), p01(0, 1), p02(0, 2),
42 separator_to_pixels(p01, p00_, p02_);
43 mln_assertion(p00_ == p00 && p02_ == p02);
47 separator_to_pixels(p10, p00_, p20_);
48 mln_assertion(p00_ == p00 && p20_ == p20);