CGAL 6.0.1 - 2D Arrangements
|
#include <CGAL/Arr_algebraic_segment_traits_2.h>
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. | |