Re-introduced types X_coordinate_1 and Xy_coordinate_2

This commit is contained in:
Michael Kerber 2008-07-28 11:54:40 +00:00
parent c8ca1c493d
commit 55083a9056
1 changed files with 6 additions and 0 deletions

View File

@ -274,6 +274,9 @@ public:
CGAL_ACK_SNAP_ALGEBRAIC_CURVE_TYPEDEFS;
//! Required by the CurveKernel_2 concept
typedef Algebraic_real_1 X_coordinate_1;
private:
//! Traits type for Polynomial_2
@ -301,6 +304,9 @@ public:
//! Type to represent points on curves
typedef typename Algebraic_kernel_2::Algebraic_real_2 Algebraic_real_2;
//! Required by the CurveKernel_2 concept
typedef Algebraic_real_2 Xy_coordinate_2;
//! type for horizontal asymtote values
typedef CGAL::Object Asymptote_y;