CGAL 5.1.3 - 2D Arrangements
CGAL::Arr_algebraic_segment_traits_2< Coefficient >::Curve_2 Class Reference

#include <CGAL/Arr_algebraic_segment_traits_2.h>

Definition

Models the ArrangementTraits_2::Curve_2 concept.

Represents algebraic curves. Internally, the type stores topological-geometric information about the particular curve. In order to use internal caching, instances should only be created using the Construct_curve_2 functor of the traits class.

Modifiers

Polynomial_2 polynomial () const
 returns the defining polynomial of the curve.