mirror of https://github.com/CGAL/cgal
Version 3.3.3 (September 17 1999)
- Added Point_d_base in Cartesian
This commit is contained in:
parent
1a2bc8ab8d
commit
515e93b02e
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
3.3.2 ( 17 Sep 1999 )
|
||||
3.3.3 ( 17 Sep 1999 )
|
||||
|
|
|
|||
Loading…
Reference in New Issue