mirror of https://github.com/CGAL/cgal
This commit is contained in:
parent
7d0c6014dd
commit
67da146c62
|
|
@ -16,7 +16,7 @@ int main()
|
||||||
polygon.push_back(Point_2( 3.1415, 3.1415));
|
polygon.push_back(Point_2( 3.1415, 3.1415));
|
||||||
|
|
||||||
auto ar = CGAL::polygon_area_2(polygon.vertices_begin(), polygon.vertices_end(), Kernel());
|
auto ar = CGAL::polygon_area_2(polygon.vertices_begin(), polygon.vertices_end(), Kernel());
|
||||||
|
|
||||||
std::cout << "done" << std::endl;
|
std::cout << "done" << std::endl;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
Loading…
Reference in New Issue