#include <CGAL/config.h>
#ifdef CGAL_USE_CORE
#include <CGAL/basic.h>
#include <CGAL/draw_arrangement_2.h>
#include "arr_conics.h"
#include "arr_print.h"
int main() {
Traits traits;
Arrangement arr(&traits);
auto ctr_cv = traits.construct_curve_2_object();
Point(-1, 1), Point(1, 1)));
Point(1, 1), Point(2, 2)));
Point(-2, 2), Point(-1, 1)));
Point(Rational(-2,10), Rational(14,10)),
Point(Rational(14,10), Rational(2,10))));
Point(Rational(2,10), Rational(14,10)),
Point(Rational(-14,10), Rational(2,10))));
Point(Rational(14,10), Rational(-2,10)),
Point(Rational(-2,10), Rational(-14,10))));
Point(Rational(2,10), Rational(-14,10)),
Point(Rational(-14,10), Rational(-2,10))));
Point(Rational(2,10), Rational(14,10)),
Point(Rational(14,10), Rational(-2,10))));
Point(Rational(2,10), Rational(-14,10)),
Point(Rational(14,10), Rational(2,10))));
Point(Rational(-14,10), Rational(-2,10)),
Point(Rational(-2,10), Rational(14,10))));
Point(Rational(-2,10), Rational(-14,10)),
Point(Rational(-14,10), Rational(2,10))));
Point(Rational(8,10), Rational(24,10)),
Point(Rational(24,10), Rational(12,10))));
Point(Rational(-8,10), Rational(24,10)),
Point(Rational(-24,10), Rational(12,10))));
print_arrangement_size(arr);
return 0;
}
#else
#include <iostream>
int main() {
std::cout << "Sorry, this example needs GMP and CORE\n";
return 0;
}
#endif
void insert(Arrangement_2< Traits, Dcel > &arr, const Curve &c, const PointLocation &pl=walk_pl)
<>%</> inserts one or more curves or -monotone curves into a given arrangement, where no restrictions...
const CGAL::Orientation COUNTERCLOCKWISE
const CGAL::Orientation CLOCKWISE