c++ Programming Glossary: mypoint
Customizing CGAL Kernel with my own Point class http://stackoverflow.com/questions/2418332/customizing-cgal-kernel-with-my-own-point-class delaunay triangulation. However with the following MyPoint class which should behave the exact same as a CGAL Point_2 no.. Point_2. What am I doing wrong template class P struct MyPoint public P MyPoint P MyPoint const MyPoint p P p MyPoint int x.. am I doing wrong template class P struct MyPoint public P MyPoint P MyPoint const MyPoint p P p MyPoint int x int y P x y MyPoint..
|