Version 3.3.3 (September 17 1999)

- Added Point_d_base in Cartesian
This commit is contained in:
Hervé Brönnimann 1999-09-16 23:40:15 +00:00
parent 1a2bc8ab8d
commit 515e93b02e
3 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,6 @@
Version 3.3.3 (September 17 1999)
- Added Point_d_base in Cartesian
Version 3.3.2 (September 16 1999)
- Added missing typename in Cartesian_dynamic_d
- Added missing typedefs for RT and FT in Cartesian_dynamic_d

View File

@ -177,6 +177,8 @@ struct Cartesian : public Cartesian_base< Cartesian<_FT>, _FT >
typedef typename Kernel_base::Tetrahedron_3 Tetrahedron_3_base;
typedef typename Kernel_base::Aff_transformation_3 Aff_transformation_3_base;
typedef typename Kernel_base::Point_d Point_d_base;
// Note: necessary to qualify Point_2 by CGAL:: to disambiguate between
// Point_2 in the current namespace (nested within CGAL) and
// CGAL::Point_2< Cartesian<FT> > (which is in the CGAL namespace)

View File

@ -1 +1 @@
3.3.2 ( 17 Sep 1999 )
3.3.3 ( 17 Sep 1999 )