Milena (Olena)  User documentation 2.0a Id
dpoint-1.cc
00001 #include <mln/core/alias/dpoint2d.hh>
00002 #include <mln/core/alias/point2d.hh>
00003 int main()
00004 {
00005   using namespace mln;
00006 
00007   // \{
00008   dpoint2d dp(-1,0);
00009   point2d p(1,1);
00010 
00011   std::cout << p + dp << std::endl;
00012   // \}
00013 }
 All Classes Namespaces Functions Variables Typedefs Enumerator