26 #include <mln/set/inter.hh>
27 #include <mln/core/alias/point2d.hh>
50 mln_assertion(pst3.has(
point2d( 2, 7)));
51 mln_assertion(pst3.has(
point2d(-4, 0)));
52 mln_assertion(pst3.has(
point2d( 6, 5)));
53 mln_assertion(! pst3.has(
point2d( 2, 1)));
54 mln_assertion(! pst3.has(
point2d( 0, 0)));
55 mln_assertion(! pst3.has(
point2d( 1, 1)));
56 mln_assertion(! pst3.has(
point2d(-2, 1)));
57 mln_assertion(! pst3.has(
point2d( 1,-1)));